rkrv01
rkrv01
- [x] I'm sure this does not appear in [the issue list of the repository](https://github.com/arco-design/arco-design-vue/issues) ## Basic Info - **Package Name And Version:** @arco-design/[email protected] - **Framework version:** Vue - **Browser:**...
> 
您好。因为我子组件和父组件都有右键菜单的需求,所以我阻止了子组件的事件冒泡,但是新带来的问题则是子组件会重复产生新的菜单,如下图,请问这种问题应该要如何处理呢?  父组件: ``` import Son from "./Son.vue" export default { name: "Test", components: { Son }, methods: { contextmenuHandler(e) { console.log("父组件右键...."); this.$contextmenu({ x: e.x, y: e.y, items: [ {...