feat: init

This commit is contained in:
ccbikai
2024-05-25 08:09:30 +08:00
commit bd47e755d5
298 changed files with 21915 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<template>
<main class="flex flex-col min-h-screen">
<LayoutsHeader />
<section class="flex flex-1">
<div class="container mx-auto">
<slot />
</div>
</section>
<LayoutsFooter />
</main>
</template>