From cee693b9764a1a13c4d39c01c537ea2356af50dd Mon Sep 17 00:00:00 2001 From: Douglas Barone Date: Wed, 5 Jul 2023 08:39:40 -0400 Subject: [PATCH] Fix initial loading state --- web/src/App.vue | 12 +++++++----- web/src/layouts/default/View.vue | 2 +- web/src/store/appStore.ts | 3 +++ web/src/views/Home.vue | 6 ------ 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/web/src/App.vue b/web/src/App.vue index 9f35181..70523a6 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -1,7 +1,7 @@