chore: add basic layout
This commit is contained in:
7
app/layouts/default.vue
Normal file
7
app/layouts/default.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<main>
|
||||
<AppHeader />
|
||||
<slot />
|
||||
<AppFooter />
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user