feat(contact): bottom screen navigation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user