feat: add Cascader component

This commit is contained in:
chenjiahan
2020-12-20 21:23:50 +08:00
committed by neverland
parent d0c981142a
commit 8180478213
8 changed files with 242 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# Cascader
### Intro
### Install
```js
import Vue from 'vue';
import { Cascader } from 'vant';
Vue.use(Cascader);
```
## Usage
### Basic Usage
```html
<van-area title="Title" :area-list="areaList" />
```
## API
### Props
| Attribute | Description | Type | Default |
| --------- | ----------- | ---- | ------- |
### Events
| Event | Description | Arguments |
| ----- | ----------- | --------- |
### Slots
| Name | Description |
| ---- | ----------- |