[Doc] new theme

This commit is contained in:
陈嘉涵
2019-05-15 20:53:04 +08:00
parent 3cae4288f2
commit d0f4169c86
130 changed files with 1460 additions and 1147 deletions
+6 -3
View File
@@ -1,15 +1,16 @@
## Coupon
# Coupon
### Install
``` javascript
import { CouponCell, CouponList } from 'vant';
Vue.use(CouponCell).use(CouponList);
```
### Usage
## Usage
#### Basic Usage
### Basic Usage
```html
<!-- Coupon Cell -->
@@ -65,6 +66,8 @@ export default {
}
```
## API
### CouponCell Props
| Attribute | Description | Type | Default |