v0.5.0
Bug Fixes
- do not include index in path when there is no corresponding index.vue (#147) (c4bb818)
- omit index from route name (#148) (6913693)
Features
BREAKING CHANGES
- route name no longer includes index. e.g.
/users/index.vue
generates a route with the route nameusers
instead ofusers-index
.
DEPRECATED
<route-meta>
is deprecated. Use<route>
custom block instead.