nuxt-modules / storybook

Storybook integration with Nuxt.
https://storybook.nuxtjs.org
407 stars 95 forks source link

Can't use `vue-component-meta` to generate the controls #799

Open luca-smartpricing opened 2 weeks ago

luca-smartpricing commented 2 weeks ago

Environment

Reproduction

https://stackblitz.com/edit/github-ktp7se?file=.storybook%2Fmain.js

Describe the bug

I can't auto generate controls from props also if I set

  framework: {
    name: '@storybook-vue/nuxt',
    options: {
      docgen: 'vue-component-meta',
    },
  }

as described here: https://storybook.js.org/docs/get-started/frameworks/vue3-vite#using-vue-component-meta

Additional context

No response

leoonsy commented 2 weeks ago

same problem(