docs(components): [el-input-number] remove v-model default value (#4289)

This commit is contained in:
C.Y.Kun 2021-11-08 15:32:38 +08:00 committed by GitHub
parent 5e3a86eaa9
commit ef70ad203e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ input-number/controlled
| Attribute | Description | Type | Accepted Values | Default |
| --------------------- | ------------------------------------------------ | ------------------ | ----------------------- | ----------- |
| model-value / v-model | binding value | number / undefined | — | 0 |
| model-value / v-model | binding value | number / undefined | — | |
| min | the minimum allowed value | number | — | `-Infinity` |
| max | the maximum allowed value | number | — | `Infinity` |
| step | incremental step | number | — | 1 |