We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2521e2c commit d084da9Copy full SHA for d084da9
packages/vue-router/CHANGELOG.md
@@ -4,3 +4,4 @@
4
5
- (BREAKING CHANGE) You now have to create the router instance from the `Router` class in your client.
6
- (BREAKING CHANGE) The `Router` class now extends the native vue-router class directly. `Router.lib` removed.
7
+ - You can now call `Router.configure(router => {...})` to use vue-router before the router is created or started, regardless of the file load order.
0 commit comments