标签:事件 bsp nbsp index function this ref ddc 触发事件
@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‘);
},
标签:事件 bsp nbsp index function this ref ddc 触发事件
原文地址:http://www.cnblogs.com/hellman/p/7155100.html