Nuxt auto-imports components, composables, helper functions and Vue APIs.
But we need to explicitly import as in your example
It would be great to add this functionality.
@alukos the auto-imports is up to you in your Nuxt project. whatever your style. in this example i used existing pinia example. and personally i prefer being explicit when it comes to Vue API imports.
Nuxt auto-imports components, composables, helper functions and Vue APIs. But we need to explicitly import as in your example It would be great to add this functionality.