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
Describe the bug
On Nuxt V2.15.8/vue2.7
With a components: true I can auto-load any component in the folder
BUT how should I deal with typescript ? I don't have props suggestion inside the template now (any):/
Expected behavior
Have a way to get all type from component auto imported
Screenshots
The text was updated successfully, but these errors were encountered:
@danielroe any idea on this please 🙏
I'm working on a Nuxt 2.13 project and am trying to auto-import some components but having no type checking at all is a problem. I don't get any error if I'm not using a required prop or if I'm using a prop but inputing a value with an incorrect type
Describe the bug
On Nuxt V2.15.8/vue2.7
With a
components: true
I can auto-load any component in the folderBUT how should I deal with typescript ? I don't have props suggestion inside the template now (
any
):/Expected behavior
Have a way to get all type from component auto imported
Screenshots
The text was updated successfully, but these errors were encountered: