Skip to content

Commit 7207606

Browse files
committed
chore: use vue-component-meta instead of vue-docgen-plugin
vue-docgen-plugin doesn’t support newer typescript features
1 parent d2fc89d commit 7207606

File tree

1 file changed

+1
-1
lines changed
  • packages/ripple-storybook/.storybook

1 file changed

+1
-1
lines changed

packages/ripple-storybook/.storybook/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const config: StorybookConfig = {
4141
addons: ['@storybook/addon-a11y', '@storybook/addon-vitest'],
4242
framework: {
4343
name: '@storybook/vue3-vite',
44-
options: {}
44+
options: { docgen: 'vue-component-meta' }
4545
},
4646
staticDirs: ['./public'],
4747
previewHead: (head) => `

0 commit comments

Comments
 (0)