diff --git a/addons/docs/src/frameworks/web-components/config.js b/addons/docs/src/frameworks/web-components/config.js index c1c34a565a20..883c269e4e9f 100644 --- a/addons/docs/src/frameworks/web-components/config.js +++ b/addons/docs/src/frameworks/web-components/config.js @@ -11,7 +11,7 @@ function mapData(data) { type: { summary: item.type }, required: '', description: item.description, - defaultValue: { summary: item.defaultValue }, + defaultValue: { summary: item.default !== undefined ? item.default : item.defaultValue }, })); }