vuetify-material-dashboard
vuetify-material-dashboard copied to clipboard
[Feature Request] Use router-link instead of a href for some links in the footer
Hi,
I added a couple of links to routes like /about and /dashboard in my footer, and noticed it was refreshing the page. Then realized it wasn't using router-link.
Not super experienced with Vue.js yet, but tried my best at using an if and rendering the <a> or a <router-link> based on a property of the data entry.
Cheers Bruno