You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to both vuejs & vuetify..
I have a problem with Login -> Dashboard
Currently I created SPA and after a success login, vue-router navigate to dashboard page.. now I have a problem if the user click Back button, it will navigate back to login.
I tried to implement keep-alive enclose router-view component in default.vue under layouts folder... and I tried to execute onActivate function, hoping that everytime the login page is re-appears in the browser.. it will triggered onActivate.. but it doesn't
I thought by doing so.. I can check the access-token inside the local-storage and will automatically re-route back to dashboard.
But it cannot be done.
I need to use multi-pages app. Anybody can show me a tutorial or git repo that I can follow?
P.S. I already search google but what I got has Laravel in it.. that makes more complex for me to learn.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am new to both vuejs & vuetify..
I have a problem with Login -> Dashboard
Currently I created SPA and after a success login, vue-router navigate to dashboard page.. now I have a problem if the user click Back button, it will navigate back to login.
I tried to implement keep-alive enclose router-view component in default.vue under layouts folder... and I tried to execute onActivate function, hoping that everytime the login page is re-appears in the browser.. it will triggered onActivate.. but it doesn't
I thought by doing so.. I can check the access-token inside the local-storage and will automatically re-route back to dashboard.
But it cannot be done.
I need to use multi-pages app. Anybody can show me a tutorial or git repo that I can follow?
P.S. I already search google but what I got has Laravel in it.. that makes more complex for me to learn.
Regards
Bromo
Beta Was this translation helpful? Give feedback.
All reactions