From 8a05372d5c77ebb637602d6691a86c37d709d76e Mon Sep 17 00:00:00 2001 From: Anton Grouchtchak Date: Thu, 20 Jan 2022 10:50:05 +0100 Subject: [PATCH] Wait for Vue to finish loading before showing HTML This prevents flashing static HTML elements (icons, modals) on reload. --- src/www/index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/www/index.html b/src/www/index.html index 5ccf6f62..f5f79d25 100644 --- a/src/www/index.html +++ b/src/www/index.html @@ -10,12 +10,18 @@ + +
-
+