From 76f5cf7468117408eb2d6e430dc85cc90528fa05 Mon Sep 17 00:00:00 2001 From: clara Date: Sun, 26 Apr 2026 21:46:28 +0200 Subject: [PATCH] fix: typo in catch block style attribute closing quote --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index e3291f2..93e9078 100644 --- a/public/index.html +++ b/public/index.html @@ -147,7 +147,7 @@ } }).mount('#app') } catch (err) { - document.body.innerHTML += "
Kritischer Fehler beim Starten von Vue: " + err.message + "
"; } });