Parcourir la source

Update App.vue

Ayush Sharma il y a 4 ans
Parent
commit
4be3f5e968
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
       }
-    })
+    });
   },
 
 };