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
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.
The text was updated successfully, but these errors were encountered:
alukos
changed the title
The Vue APIs auto import does not work
The auto-import Vue APIs does not work.
Feb 24, 2024
@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.
The text was updated successfully, but these errors were encountered: