.router-link-active {     
  text-decoration: none;
  color: #ffd04b;
}
 a {
  text-decoration: none; 
  color: #fff;
 }

  去除router-link自带的下划线,并自定义router-link激活时的颜色

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
  • 2021-04-28
  • 2022-01-09
  • 2022-12-23
猜你喜欢
  • 2021-12-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案