docs(Circle): fix readme (#2463)

fix #2451
This commit is contained in:
rex 2019-12-04 17:22:11 +08:00 committed by GitHub
parent a1e8fe4a30
commit 0a3186448a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@
`value`属性表示进度条的目标进度。
```html
<van-circle :value="{{ 30 }}" :text="text" />
<van-circle value="{{ 30 }}" text="text" />
```
### 宽度定制
@ -25,7 +25,7 @@
通过`stroke-width`属性来控制进度条宽度
```html
<van-circle :value="{{ value }}" :stroke-width="6" text="宽度定制" />
<van-circle value="{{ value }}" stroke-width="6" text="宽度定制" />
```
### 颜色定制