create new layout for the landing page #22

This commit is contained in:
2026-01-27 18:34:48 +02:00
parent ac6f40e918
commit dcaa97741a
2 changed files with 11 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
<template>
<AppHeader />
<v-main>
<router-view />
</v-main>
<AppFooter />
</template>
<script setup>
//
</script>
-1
View File
@@ -1,5 +1,4 @@
<template> <template>
<AppHeader />
<v-main> <v-main>
<router-view /> <router-view />
</v-main> </v-main>