[Doc] new theme
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## Card
|
||||
# Card
|
||||
|
||||
### Install
|
||||
``` javascript
|
||||
@@ -7,9 +7,9 @@ import { Card } from 'vant';
|
||||
Vue.use(Card);
|
||||
```
|
||||
|
||||
### Usage
|
||||
## Usage
|
||||
|
||||
#### Basic Usage
|
||||
### Basic Usage
|
||||
|
||||
```html
|
||||
<van-card
|
||||
@@ -21,7 +21,7 @@ Vue.use(Card);
|
||||
/>
|
||||
```
|
||||
|
||||
#### Advanced Usage
|
||||
### Advanced Usage
|
||||
|
||||
Use slot to custom content.
|
||||
|
||||
@@ -42,6 +42,8 @@ Use slot to custom content.
|
||||
</van-card>
|
||||
```
|
||||
|
||||
## API
|
||||
|
||||
### Props
|
||||
|
||||
| Attribute | Description | Type | Default |
|
||||
|
||||
Reference in New Issue
Block a user