You’d actually just want to set mode to ‘history’. Make sure your server is configured to handle these links, though. https://router.vuejs.org/guide/essentials/history-mode.html
1 2 3 | const router = new VueRouter({ mode: 'history' }) |
If you like this question & answer and want to contribute, then write your question & answer and email to freewebmentor[@]gmail.com. Your question and answer will appear on FreeWebMentor.com and help other developers.