在div,span,button标签上不能使用@click.native="mm()"
<button @click.native="mm">按钮</button>
当前情况下不能使用修饰符,应该在自定义的便签或者组件上使用修饰符
应该在下列情况下使用.native修饰符
<child-list @click.native="mm"></child-list>
在div,span,button标签上不能使用@click.native="mm()"
<button @click.native="mm">按钮</button>
当前情况下不能使用修饰符,应该在自定义的便签或者组件上使用修饰符
应该在下列情况下使用.native修饰符
<child-list @click.native="mm"></child-list>
本文标题:vue2.0 使用修饰符.native
本文链接:https://www.haomeiwen.com/subject/seafeftx.html
网友评论