feat(contact): bottom screen navigation

This commit is contained in:
2025-11-14 23:22:32 +01:00
parent 15fa328fec
commit 206c20fe94
7 changed files with 91 additions and 2 deletions

View File

@@ -6,8 +6,12 @@ definePageMeta({
<template>
<NuxtLayout name="default">
<template #top> </template>
<template #top>
<ContactTopScreen />
</template>
<template #bottom> </template>
<template #bottom>
<ContactBottomScreen />
</template>
</NuxtLayout>
</template>