perf(layout): remove footer
This commit is contained in:
parent
a920bc3d59
commit
6b7d02df13
@ -1,19 +1,17 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-theme-provider :theme="isDark ? 'dark' : 'light'">
|
<v-theme-provider :theme="isDark ? 'dark' : 'light'">
|
||||||
<v-layout class="text-gray-700 dark:text-gray-200 flex flex-col">
|
<v-layout class="text-gray-700 dark:text-gray-200 flex flex-col">
|
||||||
<Nav />
|
<Nav />
|
||||||
|
|
||||||
<v-main style="--v-layout-top: 25px">
|
<v-main style="--v-layout-top: 25px;--v-layout-bottom: 70px;">
|
||||||
<router-view v-slot="{ Component }">
|
<router-view v-slot="{ Component }">
|
||||||
<transition name="fade">
|
<transition name="fade">
|
||||||
<div class="prose max-w-100ch m-auto">
|
<div class="prose max-w-100ch m-auto">
|
||||||
<component :is="Component" />
|
<component :is="Component" />
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
</router-view>
|
</router-view>
|
||||||
</v-main>
|
</v-main>
|
||||||
|
</v-layout>
|
||||||
<Footer />
|
</v-theme-provider>
|
||||||
</v-layout>
|
</template>
|
||||||
</v-theme-provider>
|
|
||||||
</template>
|
|
||||||
|
@ -12,8 +12,6 @@
|
|||||||
</transition>
|
</transition>
|
||||||
</router-view>
|
</router-view>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Footer />
|
|
||||||
</v-app>
|
</v-app>
|
||||||
</v-theme-provider>
|
</v-theme-provider>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user