yzs
is it okay to use `await useFetch()` inside my composable?
i read stack overflow answer - it gives insight on why we should not use this. maybe the docs should point this out too
useAsyncData and other composables that rely on it (useFetch in this case) return augmented promise. async function always returns native promise that doesn't affect the way it works but doesn't have data, etc from augmented promise
6 replies