1.<router-link to="/hse"></router-link> 去掉下划线并改变字体颜色为白色
<style>
a {
text-decoration: none;
color: #fff;
}
.router-link-active {
text-decoration: none;
}
</style>
1.<router-link to="/hse"></router-link> 去掉下划线并改变字体颜色为白色
<style>
a {
text-decoration: none;
color: #fff;
}
.router-link-active {
text-decoration: none;
}
</style>