CyberNika / v-contextmenu

🖱 ContextMenu based on Vue 3 & Vue 2
https://cybernika.github.io/v-contextmenu/
MIT License
925 stars 114 forks source link

总是在捕获阶段执行 #57

Closed yunyi5310440 closed 5 years ago

yunyi5310440 commented 5 years ago

image id 为 flow-chart 我绑定了一个menu 下面的div 我也绑定了一个menu 默认的事件绑定是fase 从冒泡开始 可是这这里确是从捕获开始 @snokier 请教你一下 会有什么可能造成这样的情况 没有删除 flow-chart 的 事件之前 是这个menu image 删除之后 image

yunyi5310440 commented 5 years ago

我找到原因了 不是在捕获的时候 是在事件冒泡的时候覆盖了 image 阻止传播就好了^_^