[improvement] CouponCell: remove wrapper (#2145)

This commit is contained in:
neverland
2018-11-26 16:47:44 +08:00
committed by GitHub
parent 0ffaa7bf3d
commit b567a2a563
6 changed files with 30 additions and 39 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ export default {
| chosen-coupon | 当前选中优惠券的索引 | `Number` | `-1` | - |
| coupons | 可用优惠券列表 | `Array` | `[]` | - |
| editable | 能否切换优惠券 | `Boolean` | `true` | - |
| border | 是否显示边框 | `Boolean` | `true` | 1.3.10 |
| border | 是否显示边框 | `Boolean` | `true` | 1.3.10 |
### CouponList API