unplugin-vue-router
Advanced tools
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
.