mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-26 19:36:39 +08:00
parent
a1e8fe4a30
commit
0a3186448a
@ -17,7 +17,7 @@
|
|||||||
`value`属性表示进度条的目标进度。
|
`value`属性表示进度条的目标进度。
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<van-circle :value="{{ 30 }}" :text="text" />
|
<van-circle value="{{ 30 }}" text="text" />
|
||||||
```
|
```
|
||||||
|
|
||||||
### 宽度定制
|
### 宽度定制
|
||||||
@ -25,7 +25,7 @@
|
|||||||
通过`stroke-width`属性来控制进度条宽度
|
通过`stroke-width`属性来控制进度条宽度
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<van-circle :value="{{ value }}" :stroke-width="6" text="宽度定制" />
|
<van-circle value="{{ value }}" stroke-width="6" text="宽度定制" />
|
||||||
```
|
```
|
||||||
|
|
||||||
### 颜色定制
|
### 颜色定制
|
||||||
|
Loading…
x
Reference in New Issue
Block a user