[new feature] Stepper: add show-plus & show-minus prop (#4056)

This commit is contained in:
neverland
2019-08-07 15:17:16 +08:00
committed by GitHub
parent 40423d1f28
commit 19c2fab0d6
6 changed files with 28 additions and 1 deletions
+2
View File
@@ -107,6 +107,8 @@ export default {
| async-change | Whether to enable async change | `boolean` | `false` | - |
| input-width | Input width | `string | number` | `32px` |
| button-size | Button size | `string | number` | `28px` |
| show-plus | Whether to show plus button | `boolean` | `true` |
| show-minus | Whether to show minus button | `boolean` | `true` |
### Events