Skip to content

Commit 3094a28

Browse files
authored
Update componentdoc.vue
1 parent aa7672c commit 3094a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/componentdoc.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default {
199199
return []
200200
}
201201
202-
const props = this.componentProps : {}
202+
const props = this.componentProps || {}
203203
204204
return Object.keys(props).map(prop => {
205205
const p = props[prop]

0 commit comments

Comments
 (0)