From a3bb2407100fa3dca3ec045f31c3074afc547f97 Mon Sep 17 00:00:00 2001 From: Bernd Storath <999999bst@gmail.com> Date: Wed, 21 Aug 2024 15:36:25 +0200 Subject: [PATCH] fetch globalstore globally otherwise this will load on login to homepage --- src/app.vue | 4 ++++ src/pages/index.vue | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app.vue b/src/app.vue index 16bfe6e6..7b69a966 100644 --- a/src/app.vue +++ b/src/app.vue @@ -7,6 +7,10 @@