Addon-docs: Fix Vue defaultValue in props table

This commit is contained in:
Michael Shilman 2020-07-18 23:28:05 +08:00
parent aba588cdc7
commit 85f1014a9d

View File

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