[Doc] new theme
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user