Replies: 1 comment
-
It might be a good enhancement, but I think it's kind of breaking Vue's composable convention. Check my comment here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As mentioned in a previous issue, adding non primitive values to the query params doesn't quite work yet. #85 (comment)
It'd be great if we could pass in an object where all ref values in that object would be watched and their type wrapped in
unref<>
so that zod, or whatever input validation is used can properly deal with the types.e.g.:
Here,
page
should be watched so the query executed again on change and the value passed to zod should not be a refThank you!
Beta Was this translation helpful? Give feedback.
All reactions