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'd like to change the page title on route changes for better history management. I thought to do this in the afterEach router hook, using a data property on the VM (computed or otherwise). However, I can't find a good way to access the <router-view> VM from within this hook.