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
Guys, I am using Nuxt Auto import components with Nuxt 2.15.8,
I have components inside nested directory, like this
Components/
App/
Table.vue
I am calling in a template like this "AppTable />",
but somehow when i click Ctrl Mouse Hoover in "AppTable />", I can't use Go To define feature on visual studio code.
Does anyone know how to fix this? please help and thanks anyway ^_^
The text was updated successfully, but these errors were encountered:
I was also having difficulties using "go to definition" but here's thing that you can do to solve it:
This can help with navigating to auto-imported components
Please check if this helped or not as I read this somewhere on the internet and people said that it worked. Although, it didn't worked for me and now I am trying to disable auto imports for components folder.
Guys, I am using Nuxt Auto import components with Nuxt 2.15.8,
I have components inside nested directory, like this
Components/
App/
Table.vue
I am calling in a template like this "AppTable />",
but somehow when i click Ctrl Mouse Hoover in "AppTable />", I can't use Go To define feature on visual studio code.
Does anyone know how to fix this? please help and thanks anyway ^_^
The text was updated successfully, but these errors were encountered: