stop阻止事件冒泡
prevent阻止系统默认事件
once只添加一次事件
<div :id="msg" @click.prevent.stop.once="method()">a</div>
原文地址:https://www.cnblogs.com/H5lcy/p/11650806.html
时间: 2024-10-01 18:19:44
stop阻止事件冒泡
prevent阻止系统默认事件
once只添加一次事件
<div :id="msg" @click.prevent.stop.once="method()">a</div>
原文地址:https://www.cnblogs.com/H5lcy/p/11650806.html