none.vue 180 B

12345678910
  1. <template>
  2. <div class="flex flex-col w-screen h-screen bg-[#030100] text-white">
  3. <main class="flex-auto">
  4. <slot />
  5. </main>
  6. </div>
  7. </template>