yzs
is it okay to use `await useFetch()` inside my composable?
is it okay to use
await useFetch()
inside my composable, which is not a useFetch wrapper. i am then using my composable inside the <script setup> with await. something like this
const { status, refresh, productList, totalCost } = await useMyCart()
6 replies