|
|
@@ -13,7 +13,7 @@
|
|
|
|
|
|
```htmL
|
|
|
|
|
|
- <nut-circleprogress progress="50" :progressOption="progressOption">
|
|
|
+ <nut-circleprogress progress="50" :progress-option="progressOption">
|
|
|
</nut-circleprogress>
|
|
|
```
|
|
|
|
|
|
@@ -21,7 +21,7 @@
|
|
|
|
|
|
```htmL
|
|
|
|
|
|
- <nut-circleprogress progress="50" :isAuto="true">
|
|
|
+ <nut-circleprogress progress="50" :is-auto="true">
|
|
|
</nut-circleprogress>
|
|
|
```
|
|
|
|
|
|
@@ -30,6 +30,6 @@
|
|
|
| 字段 | 说明 | 类型 | 默认值
|
|
|
|----- | ----- | ----- | -----
|
|
|
| progress | 百分比 | Number,String | 必传项,无默认值
|
|
|
-| strokeInnerWidth | 圆弧的宽度 | Number,String | 10
|
|
|
-| isAuto | 是否自定义内容显示 | Boolean | false
|
|
|
-| progressOption | 外圆相关参数对象,其中包括半径,宽度,背景颜色,进度色值 | Object | {radius: 50,strokeOutWidth: 10, backColor: '#d9d9d9',progressColor: 'red'}
|
|
|
+| stroke-inner-width | 圆弧的宽度 | Number,String | 10
|
|
|
+| is-auto | 是否自定义内容显示 | Boolean | false
|
|
|
+| progress-option | 外圆相关参数对象,其中包括半径,宽度,背景颜色,进度色值 | Object | {radius: 50,strokeOutWidth: 10, backColor: '#d9d9d9',progressColor: 'red'}
|