vue右键事件——显示iview菜单栏

先取消右键的默认事件

e.preventDefault()

获取当前点击的标签

this.$refs.contextMenu.$refs.reference = event.target

显示菜单栏

this.$refs.contextMenu.currentVisible = true

然后设置菜单栏显示的位置

效果图:

 

扫描二维码关注公众号,回复: 4487854 查看本文章

猜你喜欢

转载自blog.csdn.net/cyx1874/article/details/84977344