美文网首页
vue2.0 使用修饰符.native

vue2.0 使用修饰符.native

作者: 我爱喝可乐123 | 来源:发表于2018-06-10 16:14 被阅读0次

    在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