Files
Liam DeBeasi 75458ac7fb refactor(vue): remove support for child routes nested inside of tabs (#22919)
BREAKING CHANGE: Support for child routes nested inside of tabs has been removed to better conform to Vue Router's best practices. Additional routes should be written as sibling routes with the parent tab as the path prefix.
2021-02-12 14:43:29 -05:00
..
2020-09-15 09:54:35 -04:00
2021-02-04 11:13:52 -05:00
2021-02-04 11:13:52 -05:00

@ionic/vue-router

Routing integration for @ionic/vue applications.

Building

  1. Install dependencies:
npm install
  1. Run build script:
npm run build

Tests

  • Tests are found in the __tests__ directory and use Jest.
  • Tests can be run using npm run test.spec
  • Bug fix and feature PRs should have new tests verifying the PR functionality.

Contributing

See our Contributing Guide.

Need Help?

Post your question on the Ionic Forum.