mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
Merge pull request #11603 from storybookjs/11582-fix-props-table-vue-default-values
Addon-docs: Fix Vue defaultValue in props table
This commit is contained in:
commit
a9a118caaa
@ -32,7 +32,7 @@ export const extractArgTypes: ArgTypesExtractor = (component) => {
|
||||
table: {
|
||||
type,
|
||||
jsDocTags,
|
||||
defaultValue,
|
||||
defaultValue: defaultSummary,
|
||||
category: section,
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user