@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');

},

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2022-12-23
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案