vue this触发事件

Posted 泡泡

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue this触发事件相关的知识,希望对你有一定的参考价值。

@click="aHref(index,$event)"

 

 

aHref: function(url,event){
this.$router.push(url);
$(event.currentTarget).addClass(‘on‘);
$(event.currentTarget).parent().siblings(‘li‘).children(‘a‘).removeClass(‘on‘);

},

以上是关于vue this触发事件的主要内容,如果未能解决你的问题,请参考以下文章

自定义vue点击事件传递数据

vue 手指长按触发事件

不触发事件,vue子组件传值给父组件

Vue--vuex状态管理-多界面状态管理$store.state.变量名称 ---数据通触发事件改变this.$store.commit

怎么阻止vue的数据更新刷新事件

Vue.js 自定义事件命名