Working on arthome

This commit is contained in:
2024-08-30 14:22:29 +02:00
parent a1e31a89a7
commit 396e8a6850
51 changed files with 2019 additions and 2290 deletions

8
app/layouts/default.vue Normal file
View File

@@ -0,0 +1,8 @@
<template>
<div>
<AppHeader />
<UContainer class="mt-20">
<NuxtPage />
</UContainer>
</div>
</template>

7
app/layouts/login.vue Normal file
View File

@@ -0,0 +1,7 @@
<template>
<div>
<UContainer>
<NuxtPage />
</UContainer>
</div>
</template>