Automatic typing of plugins
I have copied 1:1 this https://nuxt.com/docs/guide/recipes/custom-usefetch and I noticed that
useNuxtApp().$api
is not typed and doing cmd+click will send me to node_modules/nuxt/dist/app/nuxt.d.ts
-> interface _NuxtApp
.
How/where can I check the auto generated types for plugins? I want to see if the issue is with my language server or the type generation.Nuxt
Custom useFetch in Nuxt · Recipes
How to create a custom fetcher for calling your external API in Nuxt 3.
0 Replies