您现在的位置:首页 >> 前端 >> 内容

vue常规操作:阻止冒泡的行为

时间:2018/3/24 10:47:52 点击:

  核心提示:一.vue--阻止冒泡的行为上例子--button @click=text($event) /buttonmethods:{text:function(event){event.cancelBubbl...

一.vue--阻止冒泡的行为

上例子--

<button @click=text($event)> </button>

methods:{

    text:function(event){

            event.cancelBubble = true;

    }
}

Tags:VU UE E常 常规 
作者:网络 来源:houdabiao的