From 85f1014a9d661fd665bbf54c19f3cd024c24bfef Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Sat, 18 Jul 2020 23:28:05 +0800 Subject: [PATCH] Addon-docs: Fix Vue defaultValue in props table --- addons/docs/src/frameworks/vue/extractArgTypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/docs/src/frameworks/vue/extractArgTypes.ts b/addons/docs/src/frameworks/vue/extractArgTypes.ts index d9f713d58652..ca65e50f1e3e 100644 --- a/addons/docs/src/frameworks/vue/extractArgTypes.ts +++ b/addons/docs/src/frameworks/vue/extractArgTypes.ts @@ -32,7 +32,7 @@ export const extractArgTypes: ArgTypesExtractor = (component) => { table: { type, jsDocTags, - defaultValue, + defaultValue: defaultSummary, category: section, }, };