unplugin-vue-router
Advanced tools
Changelog
0.14.0 (2025-06-29)
unplugin-vue-router/data-loaders
. They were accidentally exposed through runtime but this was never documented. Your IDE might have added auto imports automatically and removing this will avoid future issues. You simply need to replace missing imports.Changelog
0.13.0 (2025-06-29)
EditableTreeNode
(#519) (93a977a)RouteNamedMap
(#602) (f2fb721)path
fullPath
instead.Changelog
0.10.9 (2024-12-04)
data
to always be defined (7cf7796), closes #319error
is now Error
.options
passed to a defineLoader()
function, the data
will now be possibly undefined
. This enables a more convenient typingDataLoaderPlugin
must be imported from unplugin-vue-router/data-loaders
instead of unplugin-vue-router/runtime
.