yzs
yzs
NNuxt
Created by yzs on 4/4/2025 in #❓・help
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