vue阻止右键默认行为 - 暗恋桃埖源 - 博客园

复制代码; "复制代码")

<!--不阻止右键菜单(浏览器行为),右键执行函数show-->
<input type="button" value="按钮" @contextmenu="show()">
<!--阻止右键菜单-->
<input type="button" value="按钮1" @contextmenu.prevent>
<!--阻止右键菜单(浏览器行为),右键执行函数show-->
<input type="button" value="按钮1" @contextmenu.prevent="show1()">

复制代码; "复制代码")


Original url: Access
Created at: 2020-04-20 20:10:55
Category: default
Tags: none

请先后发表评论
  • 最新评论
  • 总共0条评论