瀏覽代碼

fix(progress): fix attribute error (#19985)

Caaalabash 4 年之前
父節點
當前提交
b4aa2637d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/progress/src/progress.vue

+ 1 - 1
packages/progress/src/progress.vue

@@ -216,7 +216,7 @@
           if (typeof seriesColor === 'string') {
             return {
               color: seriesColor,
-              progress: (index + 1) * span
+              percentage: (index + 1) * span
             };
           }
           return seriesColor;