[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
+9 -3
View File
@@ -1,16 +1,20 @@
## List
# List
### Intro
A list component to show items and control loading status.
### Install
``` javascript
import { List } from 'vant';
Vue.use(List);
```
### Usage
## Usage
#### Basic Usage
### Basic Usage
```html
<van-list
@@ -91,6 +95,8 @@ export default {
}
```
## API
### Props
| Attribute | Description | Type | Default |