Skip to content

v0.5.0

Compare
Choose a tag to compare
@ktsn ktsn released this 19 May 12:06
· 233 commits to master since this release

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 name users instead of users-index.

DEPRECATED

  • <route-meta> is deprecated. Use <route> custom block instead.