unplugin-vue-router
Advanced tools
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.
Changelog
0.2.0 (2022-08-26)
Refer to https://github.com/posva/unplugin-vue-router/tree/main/src/data-fetching for up to date information on how to use the data fetching.