vuetify-material-dashboard icon indicating copy to clipboard operation
vuetify-material-dashboard copied to clipboard

[Feature Request] Use router-link instead of a href for some links in the footer

Open kinow opened this issue 6 years ago • 0 comments

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

kinow avatar Jan 07 '19 06:01 kinow