add: general structure for landingpage design
This commit is contained in:
parent
e591c276f5
commit
dd707bbf62
8 changed files with 85 additions and 10 deletions
14
app/app.vue
Executable file → Normal file
14
app/app.vue
Executable file → Normal file
|
@ -1,11 +1,5 @@
|
|||
<template>
|
||||
<div class="page-wrapper">
|
||||
<PpHeader />
|
||||
<div class="page">
|
||||
<NuxtPage />
|
||||
</div>
|
||||
<PpFooter />
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
<NuxtLayout>
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue