Vue Cli Plugin Auto Routing Versions Save

Automatically resolve pages and layouts routing

v1.3.0

3 years ago

Features

v1.2.0

3 years ago

Features

  • bump vue-router-layout in generated code (d15c6ce)

v1.1.1

3 years ago

Bug Fixes

  • update entry file to install vue-router-layout if vue 3 (48d5e9b)

v1.1.0

3 years ago

Features

  • support vue-router 4 in generated template (9f9eac4)

v1.0.0

3 years ago

Features

v0.5.0

3 years ago

Features

v0.4.1

3 years ago

Bug Fixes

  • include route-loader.js in the bundle (2664e29)

v0.4.0

3 years ago

Features

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

v0.3.3

4 years ago

Features

  • pass all options from vue.config to vue-auto-routing (#26) (7562737)

v0.3.2

4 years ago

Bug Fixes

  • add route-meta block loader to avoid vue-loader error (#27) (b37e7ca)