Questions tagged [vue-router4]

190 questions
0
votes
1 answer

How to prevent authtenticated page flasshing the login page VUEJS 3

I am using vue3 can I ask for some help why is it redirecting to an authenticated page like home, when I refresh the login page will flash. every time I refresh it keeps flashing, how can I prevent this flashing login when I refresh the page or…
jemz
  • 4,987
  • 18
  • 62
  • 102
0
votes
0 answers

Watcher on Vue Router Vue3

I'm trying to create a watcher on Vue Route to capt the value changing of a property defined in route meta object. This is my code in the App.vue file