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
Currently it's not possible to stop the routing with the hook beforeUpdate. Even if we call Vue.navigate the routing will continue (this.update() is fired) before to change the route.
If would be good to be able to manage beforeUpdate as a middleware (we can directly use pagejs's middleware functionality) to be able to cancel a route if necessary.
Currently it's not possible to stop the routing with the hook
beforeUpdate
. Even if we callVue.navigate
the routing will continue (this.update()
is fired) before to change the route.If would be good to be able to manage
beforeUpdate
as a middleware (we can directly use pagejs's middleware functionality) to be able to cancel a route if necessary.For hook events,
next
callback should not be passed. They should not interfere with the routing.The text was updated successfully, but these errors were encountered: