From b362d0e419f1ba96fe07ad6155a0831cf0a29fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 23 Feb 2022 16:44:06 +0300 Subject: [PATCH] fix routing and app header --- src/App.vue | 33 +++++++++++++----- src/AppTopBar.vue | 42 ++++++++++++++++++++--- src/AppWrapper.vue | 53 +---------------------------- src/Home.vue | 14 +++++--- src/assets/styles/app/_topbar.scss | 20 +++++++++++ src/router/index.js | 3 +- src/views/landing/HeaderSection.vue | 4 +-- 7 files changed, 96 insertions(+), 73 deletions(-) diff --git a/src/App.vue b/src/App.vue index 37d9ed558..86e80de90 100755 --- a/src/App.vue +++ b/src/App.vue @@ -30,6 +30,7 @@ diff --git a/src/AppWrapper.vue b/src/AppWrapper.vue index 7d979569d..d1de3544c 100644 --- a/src/AppWrapper.vue +++ b/src/AppWrapper.vue @@ -2,55 +2,4 @@
- - - - - + \ No newline at end of file diff --git a/src/Home.vue b/src/Home.vue index 9d80a21e7..fe504e03d 100755 --- a/src/Home.vue +++ b/src/Home.vue @@ -16,6 +16,7 @@