.stop修饰符的使用 @click.stop="" //.stop为修饰符之一,调用event.stopPropagation() .prevent修饰符的使用 阻止自动事件——提交表单信息等等 .enter 监听键盘事件中的enter键 .once 限制事件只发生第一次