<template> <main class="flex flex-col min-h-svh"> <AppHeader class="h-[var(--van-nav-bar-height)]"/> <div style="margin-top: 52px;"> <slot /> </div> </main> </template>