修改router-link的样式(a的样式)
2021-03-05 本文已影响0人
偶头像超凶
a {
text-decoration:none ;
color: #00ecfc;
}
.router-link-active {
text-decoraction: none ;
color: #00ecfc;
}
a {
text-decoration:none ;
color: #00ecfc;
}
.router-link-active {
text-decoraction: none ;
color: #00ecfc;
}