wsfe / vue-tree

使用虚拟列表优化的 Vue 树组件 Vue tree component optimized using virtual list
https://wsfe.github.io/vue-tree/
MIT License
196 stars 38 forks source link

右键菜单事件参数没有鼠标事件 event #64

Closed xtuer closed 1 year ago

xtuer commented 1 year ago

右键菜单事件 node-right-click 的参数只有 node,没有 event 参数,这样在弹出右键菜单的时候就不能把右键菜单在鼠标点下的位置弹出。

ChuChencheng commented 1 year ago

可以考虑添加 event 参数