Progress: fix progress 百分比归零时动画消失的bug

pull/22183/head
卡卡查克 2022-10-09 19:43:33 +08:00
parent 5d7374bf16
commit 53546cb9c8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
:stroke="stroke" :stroke="stroke"
fill="none" fill="none"
:stroke-linecap="strokeLinecap" :stroke-linecap="strokeLinecap"
:stroke-width="percentage ? relativeStrokeWidth : 0" :stroke-width="relativeStrokeWidth"
:style="circlePathStyle"></path> :style="circlePathStyle"></path>
</svg> </svg>
</div> </div>