docs: remove 1.x version tip (#4257)

This commit is contained in:
neverland
2019-08-27 17:50:36 +08:00
committed by GitHub
parent f32104ad86
commit 16e80672d5
33 changed files with 84 additions and 84 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ export default {
| disabled | 是否禁用步进器 | `boolean` | `false` | - |
| disable-input | 是否禁用输入框 | `boolean` | `false` | - |
| async-change | 是否开启异步变更,开启后需要手动控制输入值 | `boolean` | `false` | - |
| input-width | 输入框宽度,默认单位为`px` | `string | number` | `32px` | 1.6.13 |
| input-width | 输入框宽度,默认单位为`px` | `string | number` | `32px` | - |
| button-size | 按钮大小,默认单位为`px`,输入框高度会和按钮大小保持一致 | `string | number` | `28px` | 2.0.5 |
| show-plus | 是否显示增加按钮 | `boolean` | `true` | 2.1.2 |
| show-minus | 是否显示减少按钮 | `boolean` | `true` | 2.1.2 |