generated from Hebilicious/nuxt-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
const composables = [ |
This seems to support auto importing less than all available composables, but the type does not. This should fix it:
export type VueQueryComposables =
| 'useQuery'
| 'useQueries'
| 'useInfiniteQuery'
| 'useMutation'
| 'useIsFetching'
| 'useIsMutating'
| 'useQueryClient'
const autoImports: VueQueryComposables[] | false = ['useQuery', 'useMutation']
Metadata
Metadata
Assignees
Labels
No labels