storybook-vue / storybook-nuxt

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

type issue in main.ts #103

Closed baixiaoyu2997 closed 3 months ago

baixiaoyu2997 commented 5 months ago

Issue

'docgen' does not exist in type 'FrameworkOptions'

image

Reference

https://github.com/storybook-vue/storybook-nuxt/edit/main/packages/storybook-nuxt/src/types.d.ts

https://github.com/storybookjs/storybook/blob/7b2ddea221a8eac43eb45a738d2408e7ef072a16/code/frameworks/vue3-vite/src/types.ts#L24

RodriguezTheo commented 5 months ago

Not only, The plugin use @storybook/vue3 but need @storybook/vue3-vite...

tobiasdiez commented 5 months ago

Static dirs might also have a problem as mentioned in https://github.com/nuxt-modules/storybook/issues/574.