[Vuejs]-Access `from` component when route params change in Vue

0👍

The problem was because of me trying to trigger beforeRouteUpdate into nested component. This should be operated within main component, fixed by moving to parent of dynamic component.

Leave a comment