storybook-vue / storybook-nuxt

Deprecated in favor of https://github.com/nuxt-modules/storybook/
https://github.com/nuxt-modules/storybook/
133 stars 20 forks source link

The auto-import Vue APIs does not work. #91

Open alukos opened 8 months ago

alukos commented 8 months ago

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.

chakAs3 commented 8 months ago

@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.