mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +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: {
|
props: {
|
||||||
name: String,
|
name: String,
|
||||||
id: String,
|
id: String,
|
||||||
modelValue: [Array, String, Number],
|
modelValue: [Boolean, String, Number, Object],
|
||||||
autocomplete: {
|
autocomplete: {
|
||||||
type: String,
|
type: String,
|
||||||
default: 'off',
|
default: 'off',
|
||||||
|
Loading…
Reference in New Issue
Block a user