Преглед изворни кода

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);