unplugin-vue-router
Advanced tools
Changelog
0.5.0 (2023-02-16)
route.meta
within
extendRoute()
, you know need to use route.addToMeta()
instead to
have the same merging behavior. Directly setting route.meta
now
replaces the meta
property completely.Changelog
0.4.0 (2023-02-16)
handle insertions with leading slash in extendRoute (d1287b8)
feat!: rename EditableTreeNode files
to components
(5c359c9)
files
in EditableTreeNode
(e.g. within extendRoute
) is now named components
to match the route record name.Changelog
0.3.3 (2023-02-15)
🙌 This version introduces the ability to extend the routes with the extendRoutes
option. Please refer to the relevant issue for use cases and share any problems you might have.