We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CodeSandbox
Description 原因为:click时,菜单展示,这时会绑定document.click事件用来当用户之后点击空白处时隐藏菜单,但这个事件在首次绑定时就会立即执行。因为浏览器在处理事件回调时,会顺序处理MicroTask然后才冒泡 vuejs/vue#6566
The text was updated successfully, but these errors were encountered:
5a44c03
No branches or pull requests
CodeSandbox
Description
原因为:click时,菜单展示,这时会绑定document.click事件用来当用户之后点击空白处时隐藏菜单,但这个事件在首次绑定时就会立即执行。因为浏览器在处理事件回调时,会顺序处理MicroTask然后才冒泡
vuejs/vue#6566
The text was updated successfully, but these errors were encountered: