Can I use vue-query in a newly created vue instance through vue.extend? #5530
Answered
by
DamianOsipiuk
Jungho-Cheon
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
DamianOsipiuk
Jun 13, 2023
Replies: 1 comment 1 reply
-
To be honest i'm not familiar with how |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Jungho-Cheon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be honest i'm not familiar with how
Vue.extend
works under the hood.You can always pass
queryClient
as an option touseQuery
and other hooks ifinject
does not work properly.