fix(select): fix modelValue type (#1158)

This commit is contained in:
kooriookami 2020-12-31 10:41:09 +08:00 committed by GitHub
parent 5f05af788a
commit 6dedd12a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',