[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
@@ -84,6 +84,7 @@ export default {
| disabled-coupons | Disabled voupon list | `Array` | `[]` | - |
| exchange-button-text | Exchange button text | `String` | `Exchange` | - |
| exchange-button-disabled | Whether to disable exchange button | `Boolean` | `false` | - |
| exchange-min-length | Min length to enable exchange button | `Number` | `1` | - |
| displayed-coupon-index | Index of displayed coupon | `Number` | - | - |
| close-button-text | Close button text | `String` | `Close` | - |
| disabled-list-title | Disabled list title | `String` | `Unavailable` | - |