码迷,mamicode.com
首页 > 其他好文 > 详细

vue this触发事件

时间:2017-07-12 15:16:57      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:事件   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‘);

},

vue this触发事件

标签:事件   bsp   nbsp   index   function   this   ref   ddc   触发事件   

原文地址:http://www.cnblogs.com/hellman/p/7155100.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!