mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
doc: fix step-strictly docs typo (#18705)
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
| min | 设置计数器允许的最小值 | number | — | -Infinity |
|
||||
| max | 设置计数器允许的最大值 | number | — | Infinity |
|
||||
| step | 计数器步长 | number | — | 1 |
|
||||
| step-strictly | 是否只能输入 step 的倍数 | number | — | false |
|
||||
| step-strictly | 是否只能输入 step 的倍数 | boolean | — | false |
|
||||
| precision| 数值精度 | number | — | — |
|
||||
| size | 计数器尺寸 | string | large, small | — |
|
||||
| disabled | 是否禁用计数器 | boolean | — | false |
|
||||
|
||||
Reference in New Issue
Block a user