From ed8eb67ab694705ef29fe700769c62e884f4ea0a Mon Sep 17 00:00:00 2001 From: Adam Dullage Date: Thu, 12 Sep 2024 20:04:36 +0100 Subject: [PATCH] Wrap app in loadingIndicator component --- client/App.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/client/App.vue b/client/App.vue index f9033b1..1d98671 100644 --- a/client/App.vue +++ b/client/App.vue @@ -1,5 +1,6 @@