<template>
<main class="flex flex-col min-h-svh">
<div class="flex-1 pb-[var(--van-nav-bar-height)]">
<slot />
</div>
<AppFooter />
</main>
</template>