-
Notifications
You must be signed in to change notification settings - Fork 619
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
ULink & UButton to prop don't use generated type-safe routes #1253
Comments
I was pretty sure that importing from export * from 'vue-router' Did you enable the experimental feature? https://nuxt.com/docs/guide/going-further/experimental-features#typedpages |
Yes, i enabled typedPages |
Let me know if https://github.com/nuxt/ui/releases/tag/v2.12.3 fixes it for you 😊 |
Sadly, but it's not. I forked and tested it on the playground, and it works perfectly fine. I suppose it was sorted out during the compile time. |
Environment
Version
v2.12.2
Reproduction
Description
NuxtLink uses
RouteLocationRaw
imported from#vue-router
Currently src/runtime/utils/link.ts uses
RouteLocationRaw
imported fromvue-router
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: