-
|
I am using Quasar framework, and I am using queryCache's |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
You cant useQuery outside of a component or effect scope. It creates a lot of extra stuff for reactivity and it would hurt your SSR performance |
Beta Was this translation helpful? Give feedback.
I missed that part. You don't need to call anything in script setup. It will automaticaly refetch when needed. You already have the right approach