-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
type safety query #508
Comments
There is actually a whole new matcher mechanism in Vue router that allows much more 😁. You can check some of router branches if you are curious |
oh wow! will check it, thanks! |
Could you provide a link/guide or something? I really like unplugin-vue-router but I really want to have a typed query, it feels wrong not to. |
It will be up as an experimental feature in vuejs/router#2415 |
Is there a way I can get a notification or something when the feature is out? |
"Subscribe" on the side, watch repo or, the best one, follow me on https://x.com/posva or https://bsky.app/profile/esm.dev |
hi, recently i just found out about this new library for vue router.
this looks good with all the query define for query type safety, i think this is a good approach on how we can define a type safe query.
maybe we can include this in the
definePage
macro?The text was updated successfully, but these errors were encountered: