feat(Stepper): add long-press prop

This commit is contained in:
陈嘉涵
2020-01-15 19:49:10 +08:00
parent b8a6b67975
commit 2f3ec6a3d4
5 changed files with 43 additions and 2 deletions
+1
View File
@@ -138,6 +138,7 @@ export default {
| button-size `v2.0.5` | 按钮大小以及输入框高度,默认单位为`px` | *string \| number* | `28px` |
| show-plus `v2.1.2` | 是否显示增加按钮 | *boolean* | `true` |
| show-minus `v2.1.2` | 是否显示减少按钮 | *boolean* | `true` |
| long-press `v2.4.3` | 是否开启长按手势 | *boolean* | `true` |
| decimal-length `v2.2.1` | 固定显示的小数位数 | *number* | - |
### Events