これにより、下線付きのリンクが作成されます。
<li><router-link to="/hello">Hello</router-link></li>
私の理解では、router-link
要素はa
タグを生成します。
私はCSSでこれらのことを試しました:
router-link{
text-decoration: none;
}
router-link a{
text-decoration: none;
}
router-link a{
text-decoration: none !important;
}
..しかし、残念ながら、これらはどれも機能しません。