fix: typo in catch block style attribute closing quote
Deploy API / deploy (push) Failing after 25s

This commit is contained in:
2026-04-26 21:46:28 +02:00
parent b3d30e4b9f
commit 76f5cf7468
+1 -1
View File
@@ -147,7 +147,7 @@
} }
}).mount('#app') }).mount('#app')
} catch (err) { } catch (err) {
document.body.innerHTML += "<div style='color:red; padding: 20px;\>Kritischer Fehler beim Starten von Vue: " + err.message + "</div>"; document.body.innerHTML += "<div style='color:red; padding: 20px;'>Kritischer Fehler beim Starten von Vue: " + err.message + "</div>";
} }
}); });
</script> </script>