@@ -138,7 +138,7 @@ export default create({
},
color: {
type: String,
- default: '#F9911B'
+ default: ''
background: {
@@ -69,7 +69,7 @@
stroke-width="15"
status="icon"
>
- <template #iconName>
+ <template #icon-name>
<Issue color="red" width="15px" height="15px"></Issue>
</template>
</nut-progress>
@@ -126,7 +126,7 @@ app.use(Progress);
@@ -115,7 +115,7 @@ app.use(Progress);
@@ -114,7 +114,7 @@ app.use(Progress);
@@ -38,7 +38,7 @@
<span :style="textStyle">{{ percentage }}{{ isShowPercentage ? '%' : '' }} </span>
<template v-else-if="status == 'icon'">
- <slot name="iconName">
+ <slot name="icon-name">
<Checked width="15px" height="15px" color="#439422"></Checked>
</slot>
<span :style="textStyle">{{ percentage }}{{ isShowPercentage ? '%' : '' }}</span>
@@ -70,7 +70,7 @@