Describe the bug
The autocompletion provided for endpoints when using useFetch is missing when using a custom useFetch, following the example given in Nuxt Docs.
Expected behavior
Autocompleted endpoints when typing the url for the custom fetch composable, just as for the base composable.
Describe the bug The autocompletion provided for endpoints when using
useFetch
is missing when using a customuseFetch
, following the example given in Nuxt Docs.Expected behavior Autocompleted endpoints when typing the url for the custom fetch composable, just as for the base composable.
Screenshots Custom fetch, no autocomplete:
Environnement infos
Darwin
v20.3.0
3.8.1
3.9.1
2.7.2
pnpm@8.5.0
-
devtools
,modules
,runtimeConfig
,ui
@nuxt/ui@2.10.0
,nuxt-prepare@0.2.1
,nuxt-typed-router@3.3.3
,@vueuse/nuxt@10.6.0
-
Your
pages
folder structureYour nuxt.config.ts
My Specific Custom useFetch Implementation (based on official nuxt.com example)