瀏覽代碼

fix(nsis-compat-tester): fix progress

evshiron 8 年之前
父節點
當前提交
8104a950ae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/nsis-compat-tester/main.html

+ 1 - 1
packages/nsis-compat-tester/main.html

@@ -70,7 +70,7 @@ const app = new Vue({
                             this.progress = 0;
 
                             const handleDownloadProgress = (state) => {
-                                this.percentage = state.percentage;
+                                this.progress = state.percentage;
                             };
 
                             updater.onDownloadProgress.subscribe(handleDownloadProgress);