前端应用_Vue_用示例代码 解释五大>>事件修饰符(.stop,.prevent,.capture,.self,.once)
概况如下.stop阻止冒泡.prevent阻止默认事件.capture添加事件侦听器时使用事件捕获模式.self只当事件在该元素本身触发时触发回调.once事件只能触发一次示例代码表现如下:当点击savebutton的时候,会冒烟弹出三句话,依次为button>small_box>big_boxTitle.box{width:300px;height:200px;background-color: