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

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

 

相关文章: