default.vue 191 Bytes
Newer Older
zhangsan's avatar
zhangsan committed
1 2 3 4 5 6 7 8
<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>