From b3d30e4b9f879c2ed069a8eb46a0f523345af73e Mon Sep 17 00:00:00 2001 From: clara Date: Sun, 26 Apr 2026 21:42:59 +0200 Subject: [PATCH] fix: replace unpkg vue with cdnjs and convert braces to v-text to prevent flash of unstyled content --- public/index.html | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/public/index.html b/public/index.html index 0d368cf..e3291f2 100644 --- a/public/index.html +++ b/public/index.html @@ -3,17 +3,17 @@ RoggioApp - API Dashboard - - + +

RoggioApp Dashboard

- -
- Fehler! - {{ error }} + +
+ Fehler! +
@@ -31,7 +31,7 @@
  • - {{ unit.name }} +
    @@ -47,7 +47,7 @@
    @@ -58,8 +58,8 @@
    • - {{ event.type }} - Unit: {{ getUnitName(event.unitId) }} + + Unit:
    • @@ -71,8 +71,12 @@