要去除 <router-link> 元素的下划线,可以使用 CSS 来改变链接的样式。以下是一种方法:

在你的 CSS 文件中,添加以下样式:

.router-link-active {
  text-decoration: none;
}

这将移除 <router-link> 元素的活动状态下的下划线。

如果你希望移除所有 <router-link> 元素的下划线,无论其是否处于活动状态,可以使用以下样式:

.router-link-exact-active, .router-link-active {
  text-decoration: none;
}

这将移除所有 <router-link> 元素的下划线。

记得将 CSS 文件链接到你的 HTML 文件中,以便样式能够生效。

router-link去除下划线

原文地址: https://www.cveoy.top/t/topic/ikys 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录