From f66821f3f26890b189e89dbde3644d30eb326dfc Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 13 Dec 2024 16:22:14 +0000 Subject: [PATCH] Fix message displayed when UI is still loading --- zimui/src/views/HomeView.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zimui/src/views/HomeView.vue b/zimui/src/views/HomeView.vue index b474fb8..c775626 100644 --- a/zimui/src/views/HomeView.vue +++ b/zimui/src/views/HomeView.vue @@ -71,7 +71,9 @@ watch( v-if="main.pageContent" v-html="main.pageContent.htmlBody" > -
Page not found
+
Page loading ...
+ +
No page loaded, problem occured, please try to reload.