Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
ThoorAdam
Posts
Comments
N
Nuxt
•
Created by ThoorAdam on 4/14/2025 in
#❓・help
useFetch type inference
I created a composable as suggested by kapa.ai, I think this will suffice and make things more maintainable for now.
const
{
data
:
recipe
}
= await
useRecipeById
(id);
const
{
data
:
recipe
}
= await
useRecipeById
(id);
7 replies