You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Login component and at the login method try to access to $axios property
What is expected ?
What is expected is that the editor suggests me the methods of AxiosInstance
What is actually happening?
The VSCode typescript compiler points me that $axios not exists
Additional comments?
I am begining to use typescript in my projects for more ease, but I got stacked always on errors like I comment on this issue
I don't know how can I use .d.ts files to add properties to Vue Components, this could solve me the problem
Please, help :)
This bug report is available on Nuxt community (#c10506)