rkrv01

Results 3 issues of 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:**...

> ![20211125_154714](https://user-images.githubusercontent.com/38169959/143400557-9ed2aa81-c2be-43c5-8e74-740704f69465.jpg)

您好。因为我子组件和父组件都有右键菜单的需求,所以我阻止了子组件的事件冒泡,但是新带来的问题则是子组件会重复产生新的菜单,如下图,请问这种问题应该要如何处理呢? ![20220116_154232](https://user-images.githubusercontent.com/38169959/149651641-63eff44c-b557-4871-8375-5b25787508a4.jpg) 父组件: ``` 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: [ {...