2👍
The issue was that I was using a regular href
to navigate.
I should have used: <router-link to="Configuration">Config</router-link>
👤cbll
Source:stackexchange.com
2👍
The issue was that I was using a regular href
to navigate.
I should have used: <router-link to="Configuration">Config</router-link>