vue @click.native 原生点击事件

给vue组件绑定事件时候,必须加上native ,不然不会生效(监听根元素的原生事件,使用 .native 修饰符)

你可能感兴趣的:(vue @click.native 原生点击事件)