fix(components): [el-input-number] model:value not required (#3190)

This commit is contained in:
msidolphin 2021-09-03 09:30:42 +08:00 committed by GitHub
parent 12b5d76020
commit 9c5c17a5d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,6 @@ export default defineComponent({
default: -Infinity,
},
modelValue: {
required: true,
type: Number,
},
disabled: {