v-on 常见修饰符2024-02-03 15:44:34 v-on修饰符 .once 只触发一次回调 .prevent 调用event.preventDefault() .self 只处罚事件本身的回调函数 stop 调用event,stopPropagation() capture 添加事件监听器时使用capture模式 .once .prevent .stop .self .capture 上一篇:c-在派生类被模板化时访问基本成员数据错误下一篇:Vue3(4)表单提交,input的双向数据绑定