[Vuejs]-Navigating between named routes for same Path/URL

0đź‘Ť

By your own admission: “their significance is a lot different.”. So they should be separate paths. Name one “/getin” and one “/landing”, and push to /landing if the auth in /getin is successful. Also add a beforeEnter hook so that you can’t get to /landing directly, but only through /getin

Leave a comment