Skip to content

Commit

Permalink
Merge pull request #11603 from storybookjs/11582-fix-props-table-vue-…
Browse files Browse the repository at this point in the history
…default-values

Addon-docs: Fix Vue defaultValue in props table
  • Loading branch information
shilman committed Jul 19, 2020
2 parents 709c60c + 85f1014 commit a9a118c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/src/frameworks/vue/extractArgTypes.ts
Expand Up @@ -32,7 +32,7 @@ export const extractArgTypes: ArgTypesExtractor = (component) => {
table: {
type,
jsDocTags,
defaultValue,
defaultValue: defaultSummary,
category: section,
},
};
Expand Down

0 comments on commit a9a118c

Please sign in to comment.