Skip to content

Routing example is not update to latest package guidelines #5

@AsafAgranat

Description

@AsafAgranat

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()

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions