Results 2 comments of whitemay

v-contextmenu是用来传递附加参数的,必须是dict类型。 由于采用全局总线机制,所有的菜单都会监听到add-contextmenu事件。我觉得你可以尝试改造一下contextmenu类,在bus收到addmenu的时候,进行一个判断,是否自己的id,相同的话才显示。

this issue do cause error. The question is: 1. Any plugin use plugin listener, will use addPluginListener from api/core; 2. but in plugin code, will allow-register-listener, which is not implemented...