Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
danbi
Posts
Comments
N
Nuxt
•
Created by danbi on 4/19/2024 in
#❓・help
useAsyncData
guys, When writing useAsyncData, I wonder what the types in <> are for. example) const { data, status } = useAsyncData<CourseWithPath, unknown, CoursesReturn, Test>($fetch.apply);
2 replies