事件修饰符共1篇
Vue的事件修饰符(如.stop和.prevent)有哪些?-创客网

Vue的事件修饰符(如.stop和.prevent)有哪些?

Vue事件修饰符包括.stop阻止冒泡,.prevent阻止默认行为,.once实现一次监听,.capture捕获阶段触发,.passive优化滚动性能,且可组合使用。例如@click.stop.prevent可同时阻止冒泡和默认行为。
消失的彩虹的头像-创客网消失的彩虹9个月前
0377