[Doc] props title

This commit is contained in:
陈嘉涵
2019-05-03 09:37:24 +08:00
parent 921f8a88fb
commit e3cb465dc2
101 changed files with 279 additions and 283 deletions
+3 -3
View File
@@ -65,7 +65,7 @@ export default {
}
```
### CouponCell API
### CouponCell Props
| Attribute | Description | Type | Default |
|------|------|------|------|
@@ -76,7 +76,7 @@ export default {
| border | Whether to show innner border | `Boolean` | `true` |
| currency | Currency symbol | `String` | `¥` |
### CouponList API
### CouponList Props
| Attribute | Description | Type | Default |
|------|------|------|------|
@@ -93,7 +93,7 @@ export default {
| input-placeholder | Input placeholder | `String` | `Coupon code` |
| currency | Currency symbol | `String` | `¥` |
### CouponList Event
### CouponList Events
| Event | Description | Arguments |
|------|------|------|
+3 -3
View File
@@ -66,7 +66,7 @@ export default {
```
### CouponCell API
### CouponCell Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
@@ -77,7 +77,7 @@ export default {
| border | 是否显示内边框 | `Boolean` | `true` | 1.3.10 |
| currency | 货币符号 | `String` | `¥` | - | 1.5.0 |
### CouponList API
### CouponList Props
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
@@ -96,7 +96,7 @@ export default {
| show-exchange-bar | 是否展示兑换栏 | `Boolean` | `true` | - |
| currency | 货币符号 | `String` | `¥` | - | 1.5.0 |
### CouponList Event
### CouponList Events
| 事件名 | 说明 | 回调参数 |
|------|------|------|