去掉router-link的下划线
在
<style>
a{
text-decoration: none;
color:#606266 ;
}
//点击之后
.router-link-active{
text-decoration: none;
color:#606266;
}
</style>
在
<style>
a{
text-decoration: none;
color:#606266 ;
}
//点击之后
.router-link-active{
text-decoration: none;
color:#606266;
}
</style>