-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
useLink isn't included in VueRouterExports #100
Comments
This is intended as it’s important to keep auto imports to the strict minimal. You can check the unplugin auto import repo for reference. Of course, you can add it to your vite confit if you use it very often |
So, from README.md it's not clear that VueRouterAutoImports has the strict minimal and can't be drop-in replacement, because the unplugin-auto-import vue-router preset has other composables build-in. |
Ah, they changed it. I adapted the exports and the readme but |
Thanks! |
useLink
can't be auto imported, because it didn't specified in VueRouterExportsThe text was updated successfully, but these errors were encountered: