mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-13 17:05:47 +08:00
fix(select): fix modelValue type (#1158)
This commit is contained in:
parent
5f05af788a
commit
6dedd12a17
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user