feat(projects): scrolling projects
This commit is contained in:
17
app/pages/projects.vue
Normal file
17
app/pages/projects.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<script setup lang="ts">
|
||||
definePageMeta({
|
||||
layout: false,
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<NuxtLayout name="default">
|
||||
<template #top>
|
||||
<ProjectsTopScreen />
|
||||
</template>
|
||||
|
||||
<template #bottom>
|
||||
<ProjectsBottomScreen />
|
||||
</template>
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
Reference in New Issue
Block a user