liveh5-nuxt/app/layouts/default.vue

9 lines
174 B
Vue
Raw Normal View History

2025-01-08 05:26:12 +00:00
<template>
<main class="flex flex-col min-h-svh">
<div class="flex-1 pb-[var(--van-nav-bar-height)]">
2025-01-08 05:26:12 +00:00
<slot />
</div>
<AppFooter />
</main>
</template>