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
@@ -114,6 +114,8 @@ export default {
| show-plus | Whether to show plus button | *boolean* | `true` | 2.1.2 |
| show-minus | Whether to show minus button | *boolean* | `true` | 2.1.2 |
| decimal-length | Decimal length | *number* | - | 2.2.1 |
| disable-plus | Whether to disable plus button | *boolean* | - | 2.3.0 |
| disable-minus | Whether to disable minus button | *boolean* | - | 2.3.0 |
### Events