[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
+5 -4
View File
@@ -1,4 +1,4 @@
## Circle
# Circle
### Install
``` javascript
@@ -7,9 +7,9 @@ import { Circle } from 'vant';
Vue.use(Circle);
```
### Usage
## Usage
#### Basic Usage
### Basic Usage
```html
<van-circle
@@ -35,7 +35,7 @@ export default {
};
```
#### Custom style
### Custom style
```html
<van-circle
@@ -52,6 +52,7 @@ export default {
/>
```
## API
### Props