v-preventRight 禁止右键 拉比小狗 2023-05-05 67 阅读1分钟 禁止右键 export default { bind(el, binding, vnode) { el.oncontextmenu = function() { return false } } }