N
Nuxt8mo ago
JV

how to return null from useAsyncData and prevent re-fetching on client

Hello! Is there a way how to return NULL in some cases of useAsyncData while SSR and prevent re-fetching on client?
1 Reply
manniL
manniL8mo ago
nope, not at the moment. just wrap it in an object?

Did you find this page helpful?