Skip to content

Commit

Permalink
fix(select): fix modelValue type (element-plus#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kooriookami authored Dec 31, 2020
1 parent 5f05af7 commit 6dedd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/select/src/select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default defineComponent({
props: {
name: String,
id: String,
modelValue: [Array, String, Number],
modelValue: [Boolean, String, Number, Object],
autocomplete: {
type: String,
default: 'off',
Expand Down

0 comments on commit 6dedd12

Please sign in to comment.