If anyone using Vuetify comes across this question, note that the styling below do not work due to Vuetify’s in built styles. You must instead use inline CSS styling:
<router-link
style="text-decoration: none; color: inherit;"
to="/hello">
If anyone using Vuetify comes across this question, note that the styling below do not work due to Vuetify’s in built styles. You must instead use inline CSS styling:
<router-link
style="text-decoration: none; color: inherit;"
to="/hello">