mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-13 17:05:47 +08:00
fix(select): fix select type missing array (#1168)
This commit is contained in:
parent
b54f2b80f0
commit
03a7aa806e
@ -206,7 +206,7 @@ export default defineComponent({
|
||||
props: {
|
||||
name: String,
|
||||
id: String,
|
||||
modelValue: [Boolean, String, Number, Object],
|
||||
modelValue: [Array, String, Number, Boolean, Object],
|
||||
autocomplete: {
|
||||
type: String,
|
||||
default: 'off',
|
||||
|
Loading…
Reference in New Issue
Block a user