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
node:mouseleave事件无法正常触发
https://codesandbox.io/p/sandbox/sad-hoover-8n0fw6?file=%2Fsrc%2FApp.vue
1、鼠标进入节点上可以正常触发node:mouseenter 2、鼠标离开节点时node:mouseleave事件不生效
鼠标离开节点时node:mouseleave事件正常触发
No response
The text was updated successfully, but these errors were encountered:
我也遇到类似的问题了,请教一下,你是怎么解决的
Sorry, something went wrong.
https://codesandbox.io/p/sandbox/sad-hoover-8n0fw6?file=%2Fsrc%2FApp.vue%3A58%2C13-58%2C28
vue2使用shallowRef来解决
No branches or pull requests
Describe the bug
node:mouseleave事件无法正常触发
Your Example Website or App
https://codesandbox.io/p/sandbox/sad-hoover-8n0fw6?file=%2Fsrc%2FApp.vue
Steps to Reproduce the Bug or Issue
1、鼠标进入节点上可以正常触发node:mouseenter
2、鼠标离开节点时node:mouseleave事件不生效
Expected behavior
鼠标离开节点时node:mouseleave事件正常触发
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: