正文vue-router的link样式设置问题IP云V管理员/2022-12-01/6 阅读 12/01提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 发现router-link添加上去后文字上会出现下划线,打开调试工具发现router-link其实是由a来实现的,在reset的时候 a { text-decoraction: none; } 至于点击之后的样式则是router-link-active .router-link-active { text-decoration: none; }