I’m not sure what should be the expected behavior with beforeRouteUpdate
.
It does get called if I add a router-link
to my component with the same route and changed parameters.
However, if I go to my route, then back to homepage, then back to my route with changed parameters, it’s not called.
My assumption would be that it would get called so I can rerender my component, since a cached component is loaded with data related to the previous parameters.
1 post - 1 participant