Releases: ktsn/vue-cli-plugin-auto-routing
Releases · ktsn/vue-cli-plugin-auto-routing
v1.3.0
v1.2.0
v1.1.1
v1.1.0
v1.0.0
v0.5.0
v0.4.1
v0.4.0
Features
- bump vue-auto-routing v0.5.0 (#31) (6d06bdd)
- See vue-auto-routing release note and vue-route-generator release note for details
BREAKING CHANGES
<route-meta>
is deprecated. Use<route>
custom block instead.- route name no longer includes index. e.g.
/users/index.vue
generates a route with the route nameusers
instead ofusers-index
.