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
Sorry what problem are you having at the moment? Are you getting Object is possibly null error? Either way, please provide reproduction code so that we can test this 🙏 Not just this single file, but we need whole project.
What problem does this feature solve?
I want to set a guard in VueRouter.beforeEach(), it will redirect to the login page when the
loggedIn
state isfalse
.What does the proposed API look like?
I want to achieve something this this:
The text was updated successfully, but these errors were encountered: