使用vue-router的时会有下划线产生,
为什么呢?
消除代码是

<style>
a {
  text-decoration: none;
}
 
.router-link-active {
  text-decoration: none;
}
</style>
Logo

前往低代码交流专区

更多推荐