Abstract history mode doesn't fire afterEach
hooks when using router.go()
#3250
Labels
afterEach
hooks when using router.go()
#3250
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: