[Vuejs]-How to stay on same route in vuejs after page reload when running vuejs project in dev mode on some port?

0👍

Though, it shouldn’t happen but I think the exact property in vue-router could help you, try:

<router-link to="/counter" exact>Counter</router-link>
👤samayo

Leave a comment