This commit is contained in:
parent
90692c8a23
commit
51a6ea62b4
7 changed files with 125 additions and 58 deletions
6
app/layouts/default.vue
Normal file
6
app/layouts/default.vue
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<TheHeader />
|
||||
<slot /> <Footer />
|
||||
</div>
|
||||
</template>
|
||||
Loading…
Reference in a new issue