v-on修饰符
.once 只触发一次回调
.prevent 调用event.preventDefault()
.self 只处罚事件本身的回调函数
stop 调用event,stopPropagation()
capture 添加事件监听器时使用capture模式
.once
.prevent
.stop
.self
.capture
标签:capture,常见,prevent,self,修饰符,stop,event
来源: https://blog.csdn.net/qq_58590962/article/details/119304491