diff --git a/src/App.vue b/src/App.vue index 2a36b82..5f445d8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,7 +10,6 @@ - @@ -22,4 +21,3 @@ import AppHeader from './components/common/AppHeader.vue' import BottomNav from './components/common/BottomNav.vue' import { RouterView } from 'vue-router' - diff --git a/src/components/common/BottomNav.vue b/src/components/common/BottomNav.vue index 4a34063..02257a7 100644 --- a/src/components/common/BottomNav.vue +++ b/src/components/common/BottomNav.vue @@ -13,6 +13,7 @@ class="absolute bottom-0 left-0 right-0 bg-white md:bg-transparent border-t md:border-t-0 border-gray-200 md:shadow-none shadow-lg" :class="getNavigationClasses()" > +