feat(Stepper): add disable-plus & disable-minus props (#5180)

This commit is contained in:
Jake
2019-12-03 18:53:47 +08:00
committed by neverland
parent 34a817612d
commit c691accb33
4 changed files with 41 additions and 2 deletions
+2
View File
@@ -136,6 +136,8 @@ export default {
| show-plus | 是否显示增加按钮 | *boolean* | `true` | 2.1.2 |
| show-minus | 是否显示减少按钮 | *boolean* | `true` | 2.1.2 |
| decimal-length | 固定显示的小数位数 | *number* | - | 2.2.1 |
| disable-plus | 是否禁用增加按钮 | *boolean* | - | 2.3.0 |
| disable-minus | 是否禁用减少按钮 | *boolean* | - | 2.3.0 |
### Events