[Vuejs]-Sometimes a vue router-link refreshes / reloads the page. Sometimes it doesn't

1👍

Instead of the a tag use the vue router tag

<router-link to="/article/33"> Buitenonderwijs </router-link> 

this will load the view without reloading the website

Leave a comment