Skip to content

Commit a92745d

Browse files
authored
Update componentdoc.vue
1 parent 8bb146c commit a92745d

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
@@ -192,7 +192,7 @@ export default {
192192
let props = {}
193193
if (!component.options && typeof component === 'function') {
194194
// Async component that hans't been resolved yet.
195-
component((opts) => {
195+
component(opts => {
196196
props = opts.props || {}
197197
})
198198
} else {

0 commit comments

Comments
 (0)