From d4f7fa733771ff5a9c3e80d067186b11a5b38891 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Thu, 23 Mar 2023 18:18:58 +0000 Subject: [PATCH] working on editing med feeds again --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 410be8e..673b03a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,7 +18,7 @@ export default { mounted(){ setTimeout(() => { this.isLoading = false; - },3000); + },1500); } }