Reproduction
https://github.com/syenet/vue-test
Steps to reproduce the bug
- visit /a in browser to 'a' list page.
- in 'a' list page, click the link 'Go to /a/123' to visit detail page of 'a 123'.
- in 'a 123' detail page, click the link 'b/' to visit 'b' list page.
- in 'b' list page, click the link 'page=2'.
- note that onBeforeRouteUpdate is not triggered.
- now, if you visit '/a' again, the issue is gone, click 'page=2', onBeforeRouteUpdate will be triggered as expected from now on.
- now you can visit '/b' again, click 'page=2', onBeforeRouteUpdate will be triggered as well.
Expected behavior
at step 5, onBeforeRouteUpdate should be triggered.
Actual behavior
at step 5, onBeforeRouteUpdate is not triggered.
Additional information
No response
Reproduction
https://github.com/syenet/vue-test
Steps to reproduce the bug
Expected behavior
at step 5, onBeforeRouteUpdate should be triggered.
Actual behavior
at step 5, onBeforeRouteUpdate is not triggered.
Additional information
No response