none.vue 170 B

1234567
  1. <template>
  2. <div class="flex flex-col w-screen h-screen bg-background-100 text-foreground">
  3. <main class="flex-auto">
  4. <slot />
  5. </main>
  6. </div>
  7. </template>