Ayush Sharma 4 anni fa
parent
commit
4be3f5e968
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;
       }
-    })
+    });
   },
 
 };