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 want to be able to change the current vue-router route by pushing a new path, but I don't seem to get access to the router with the render() function.
How am I supposed to change routes with this library?
EDIT: changed title from "How to change router route?"