From 7c0accbbceb9aa6065f2e09b37fcafab1d4b5d68 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 16 Sep 2023 18:59:37 +0200 Subject: [PATCH] =?UTF-8?q?hotfixy=20routing=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 16 +++++++--------- src/mixins/useRouteGuard.ts | 30 ------------------------------ src/router.ts | 3 +++ src/views/LoginView.vue | 3 +-- 4 files changed, 11 insertions(+), 41 deletions(-) delete mode 100644 src/mixins/useRouteGuard.ts diff --git a/src/App.vue b/src/App.vue index d358d12..ad3ddd3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@