首页 > 代码库 > vue 实现右键功能

vue 实现右键功能

@contextmenu.prevent="rightShow()"
v-on:contextmenu.prevent = "事件名称"

vue 实现右键功能