doc: fix step-strictly docs typo (#18705)

This commit is contained in:
张超杰
2020-04-10 16:39:34 +08:00
committed by GitHub
parent b903a87ce9
commit 73de4b655d
4 changed files with 4 additions and 4 deletions

View File

@@ -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 |