From 516e807dabfa478a248b517318a82df6afecd3bd Mon Sep 17 00:00:00 2001 From: kadiryazici Date: Sun, 17 Mar 2024 14:17:07 +0300 Subject: [PATCH] Move fetch to hook for no reason --- src/App.vue | 80 +++++++++++++++++++++++++++++++--- src/components/AppSidebar.vue | 7 ++- src/composables/useAppHooks.ts | 2 +- src/main.ts | 9 ++-- src/pages/HomePage.vue | 11 ++--- src/pages/LandingPage.vue | 5 ++- src/stores/store.ts | 67 +--------------------------- src/utils/notification.ts | 15 ++++--- 8 files changed, 99 insertions(+), 97 deletions(-) diff --git a/src/App.vue b/src/App.vue index b2e5ae1..d6d23dd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,13 @@