mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(select): fix select type missing array (#1168)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user