浏览代码

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.deviceData = await response.json();
         this.loading = false;
         this.loading = false;
       }
       }
-    })
+    });
   },
   },
 
 
 };
 };