This commit is contained in:
2023-05-10 22:18:22 +02:00
parent fed5006110
commit 9703d24784
14 changed files with 283 additions and 42 deletions

9
src/layouts/default.vue Normal file
View File

@@ -0,0 +1,9 @@
<template>
<Header />
<slot />
<Footer />
</template>
<style>
@import '@unocss/reset/tailwind.css';
</style>