-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot find @vue-router module #15
Comments
oh my bad, seems like i'm missing the requirement to upgrade to vue-router 4.1 edit: updated to vue-router 4.1 but still cannot find |
You seem to have missed the configuration part at https://github.com/posva/unplugin-vue-router#typescript About the layouts plugin, it should be possible to make it work with the |
oh right i missed that section. |
Yes, with RouteMeta, like shown in vue router docs |
trying to migrate this morning, but got stuck because of this
also is it possible to get the generated routes?
with vite-plugin-vue-layouts
we need the generated routes to bootstrap the vite plugin layouts itself.
The text was updated successfully, but these errors were encountered: