[Improvement] CouponList: add exchangeMinLength prop (#556)

This commit is contained in:
neverland
2018-01-22 14:06:28 +08:00
committed by GitHub
parent c8875f60cc
commit 91872a3101
3 changed files with 24 additions and 17 deletions
+1
View File
@@ -85,6 +85,7 @@ export default {
| disabled-doupons | 不可用优惠券列表 | `Array` | `[]` | - |
| exchange-button-text | 兑换按钮文字 | `String` | `兑换` | - |
| exchange-button-disabled | 是否禁用兑换按钮 | `Boolean` | `false` | - |
| exchange-min-length | 兑换码最小长度 | `Number` | `1` | - |
| displayed-coupon-index | 滚动至特定优惠券位置 | `Number` | - | - |
| show-close-button | 是否显示列表底部按钮 | `Boolean` | `true` | - |
| close-button-text | 列表底部按钮文字 | `String` | `不使用优惠` | - |