Component beforeRouteUpdate not triggered after hmr #2500
Labels
contribution welcome
The team would welcome a contribution from the community for this issue
enhancement
New feature or request
Reproduction
https://github.com/char101/vue1
Steps to reproduce the bug
pnpm run dev
Test.vue
to trigger hmr$router.push
is working, butbeforeRouteUpdate
is not triggered.Expected behavior
beforeRouteUpdate should still works after hmr.
Actual behavior
beforeRouteUpdate not called after hmr.
Additional information
No response
The text was updated successfully, but these errors were encountered: