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
This was introduced in 3.3.0 and could be from this change: #2292
It should also be a good first issue. If anybody wants to submit a PR and there isn't one yet, please do
sirlancelot
added a commit
to sirlancelot/vue-router
that referenced
this issue
Jul 7, 2020
Move afterHooks in to confirmTransition so that they will be called
even in abstract routing mode. Note that with this patch, hooks
attached via router.onReady will now fire *before* router.afterEach but
the the docs do not describe a specific execution order of these hooks.
Version
3.3.4
Reproduction link
https://codepen.io/sirlancelot/pen/wvMPeZj?editors=1011
Steps to reproduce
afterEach
hook fires ("Navigate / -> /one" is emitted in the Console)What is expected?
afterEach
hooks should fire whenrouter.go()
is used.What is actually happening?
afterEach
hooks are not firing. Nothing is emitted in the Console.The text was updated successfully, but these errors were encountered: