bare repo
This commit is contained in:
parent
d73f9bc01e
commit
3d356225cd
31 changed files with 134 additions and 3005 deletions
10
src/App.vue
10
src/App.vue
|
|
@ -1,11 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import { computed } from 'vue'
|
||||
import { useRoute } from 'vue-router'
|
||||
import Navbar from '@/components/layout/Navbar.vue'
|
||||
import Footer from '@/components/layout/Footer.vue'
|
||||
|
||||
const route = useRoute()
|
||||
const showFooter = computed(() => route.path !== '/support')
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
@ -23,11 +19,7 @@ const showFooter = computed(() => route.path !== '/support')
|
|||
<router-view />
|
||||
</main>
|
||||
|
||||
<Footer v-if="showFooter" />
|
||||
<Footer />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
/* Remove default styles */
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue