mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
fix(components): [el-input-number] model:value not required (#3190)
This commit is contained in:
parent
12b5d76020
commit
9c5c17a5d4
@ -101,7 +101,6 @@ export default defineComponent({
|
||||
default: -Infinity,
|
||||
},
|
||||
modelValue: {
|
||||
required: true,
|
||||
type: Number,
|
||||
},
|
||||
disabled: {
|
||||
|
Loading…
Reference in New Issue
Block a user