本文主要是介绍v-on 常见修饰符,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
v-on修饰符
.once 只触发一次回调
.prevent 调用event.preventDefault()
.self 只处罚事件本身的回调函数
stop 调用event,stopPropagation()
capture 添加事件监听器时使用capture模式
.once
.prevent
.stop
.self
.capture
这篇关于v-on 常见修饰符的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!