You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure about the best way to get the route param in the case where the component is cached. Right now it's overridden when the component is created, but if I navigate to a different view and then return with different parameters they are not updated (https://github.com/ayamflow/vue-route/blob/master/src/overrides.js#L33)
Are there better ways to keep track on the updated param? cc @kewah