ソースを参照

Update App.vue

Ayush Sharma 4 年 前
コミット
4be3f5e968
1 ファイル変更1 行追加1 行削除
  1. 1 1
      ui/src/App.vue

+ 1 - 1
ui/src/App.vue

@@ -239,7 +239,7 @@ export default {
         this.deviceData = await response.json();
         this.loading = false;
       }
-    })
+    });
   },
 
 };