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've updated vue-router2 to latest release. The routing example is setup according to previous releases. So if one follows the example, it leads to console errors. It took me some guesswork to get it running again. I encountered the following issues that prevented the app from running:
In the latest release the guidelines asks to import RouterFactory, whereas previously it was Router
Starting the router changed to routerFactory.create(), whereas previously it was Router.start()