0👍
You can either use aliasing and redirecting: https://router.vuejs.org/en/essentials/redirect-and-alias.html
Or use Navigation Guards so you can display things if someone tries to get there: https://router.vuejs.org/en/advanced/navigation-guards.html
Source:stackexchange.com