mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
fix(select): fix type of modelValue incompatible (#1719)
Co-authored-by: 贾希琦 <xiqi.jia@imart360.local>
This commit is contained in:
parent
7b7ec8d5c8
commit
5b4e6df405
@ -10,7 +10,7 @@ export interface SelectContext {
|
||||
multiple?: boolean
|
||||
multipleLimit?: number
|
||||
valueKey?: string
|
||||
modelValue?: string | number | unknown[]
|
||||
modelValue?: string | number | unknown | unknown[]
|
||||
popperClass?: string
|
||||
remote?: boolean
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user