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:
Michael Shilman 2020-07-19 16:56:57 +08:00 committed by GitHub
commit a9a118caaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ export const extractArgTypes: ArgTypesExtractor = (component) => {
table: {
type,
jsDocTags,
defaultValue,
defaultValue: defaultSummary,
category: section,
},
};