美文网首页
vue事件修饰符(阻止冒泡 默认行为)

vue事件修饰符(阻止冒泡 默认行为)

作者: 給我小鱼干 | 来源:发表于2019-04-24 22:35 被阅读0次

    https://blog.csdn.net/gao_xu_520/article/details/80363260

    父元素触发(不包括子元素)

    <a @click.stop.self.prevent="say" href="http://www.baidu.com" style="border: 10px s
    olid red">
      <span>2</span>
      <span>1</span>
    </a>
    

    相关文章

      网友评论

          本文标题:vue事件修饰符(阻止冒泡 默认行为)

          本文链接:https://www.haomeiwen.com/subject/tefogqtx.html