basic-ph
useFetch and lazy option
Thanks for your clarification! 👌 I think I got it now.
I've noticed that in some documentation examples (i.e. https://github.com/nuxt/nuxt/blob/4dbe748cfc3775aecb8fccc3bb2a4136241aa120/docs/1.getting-started/6.data-fetching.md?plain=1#L222) the
await
is missing when lazy: true
/ server: false
. is the lack of await
intentional?18 replies
useFetch and lazy option
I was fooled by the example here: https://nuxt.com/docs/getting-started/data-fetching#lazy
18 replies