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--vuex状态管理-多界面状态管理$store.state.变量名称 ---数据通触发事件改变this.$store.commit