From 56733c64830deba8440a9eee92f8b38c85eb01e3 Mon Sep 17 00:00:00 2001 From: clara Date: Sun, 26 Apr 2026 21:34:40 +0200 Subject: [PATCH] fix: add DOMContentLoaded wrapper and error handling to vue init --- public/index.html | 135 +++++++++++++++++++++++++++------------------- 1 file changed, 79 insertions(+), 56 deletions(-) diff --git a/public/index.html b/public/index.html index cbefc3d..0d368cf 100644 --- a/public/index.html +++ b/public/index.html @@ -3,6 +3,7 @@ RoggioApp - API Dashboard + @@ -10,6 +11,11 @@

RoggioApp Dashboard

+
+ Fehler! + {{ error }} +
+
@@ -64,65 +70,82 @@