[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
@@ -73,7 +73,7 @@ export default {
| chosen-coupon | Index of chosen coupon | `Number` | `-1` |
| coupons | Coupon list | `Array` | `[]` |
| editable | Cell editable | `Boolean` | `true` |
| border | Whether to show outer border | `Boolean` | `true` |
| border | Whether to show innner border | `Boolean` | `true` |
### CouponList API