Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed May 20, 2021
2 parents a58d939 + d203dd3 commit 6f6d1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/render-form-item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<custom-component
v-else
ref="customComponent"
:component="data.component || `el-${data.type}`"
:component="data.component || `el-${data.type || 'input'}`"
v-bind="componentProps"
:value="itemValue"
:disabled="disabled || componentProps.disabled || readonly"
Expand Down

0 comments on commit 6f6d1a4

Please sign in to comment.