From 65d4f3d12a28713ae5ca5aa5287f622e34cb7ac2 Mon Sep 17 00:00:00 2001 From: SRP-mango Date: Wed, 2 Aug 2023 01:34:46 +0700 Subject: [PATCH] fixing bottom nav --- index.html | 1 - src/components/BottomNavigation.vue | 37 +++++++++++++++++------------ src/components/searchbar.vue | 1 - src/views/Home.vue | 16 ++++++++----- 4 files changed, 32 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index 116508a..6da24f7 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@ - // diff --git a/src/components/BottomNavigation.vue b/src/components/BottomNavigation.vue index e22cbb0..3837eb8 100644 --- a/src/components/BottomNavigation.vue +++ b/src/components/BottomNavigation.vue @@ -1,30 +1,31 @@ @@ -35,4 +36,10 @@ import {RouterLink} from 'vue-router'; data: () => ({ value: 1 }), } - \ No newline at end of file + + + \ No newline at end of file diff --git a/src/components/searchbar.vue b/src/components/searchbar.vue index b28c845..af5d8f3 100644 --- a/src/components/searchbar.vue +++ b/src/components/searchbar.vue @@ -3,7 +3,6 @@ - \ No newline at end of file + + + \ No newline at end of file