feat: add form component

This commit is contained in:
陈嘉涵
2020-02-07 15:18:46 +08:00
parent 0346b6c4d2
commit 9326ad84f8
8 changed files with 245 additions and 6 deletions
+30
View File
@@ -0,0 +1,30 @@
# Form
### Install
```js
import Vue from 'vue';
import { Form } from 'vant';
Vue.use(Form);
```
## Usage
### Basic Usage
## API
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
### Events
| Event | Description | Arguments |
### Slots
| Name | Description |
|------|------|