Update article.md

This commit is contained in:
LeviDing 2020-03-27 18:09:55 +08:00 committed by GitHub
parent 162280b6d2
commit 14cd9ec89e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -236,7 +236,7 @@ For instance, here the nested `menu-open` event is processed synchronously, duri
document.addEventListener('menu-open', () => alert('nested'));
</script>
```
```
The output order is: 1 -> nested -> 2.