mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
docs(components): [input-number] fix min and max typo (#21495)
This commit is contained in:
@@ -102,8 +102,8 @@ input-number/with-prefix-suffix
|
||||
| Name | Description | Type | Default |
|
||||
| ----------------------------- | ------------------------------------------------ | --------------------------------------------- | ----------------------- |
|
||||
| model-value / v-model | binding value | ^[number] / ^[null] | — |
|
||||
| min | the minimum allowed value | ^[number] | Number.MAX_SAFE_INTEGER |
|
||||
| max | the maximum allowed value | ^[number] | Number.MIN_SAFE_INTEGER |
|
||||
| min | the minimum allowed value | ^[number] | Number.MIN_SAFE_INTEGER |
|
||||
| max | the maximum allowed value | ^[number] | Number.MAX_SAFE_INTEGER |
|
||||
| step | incremental step | ^[number] | 1 |
|
||||
| step-strictly | whether input value can only be multiple of step | ^[boolean] | false |
|
||||
| precision | precision of input value | ^[number] | — |
|
||||
|
||||
Reference in New Issue
Block a user