primer commit
This commit is contained in:
11
layouts/default.vue
Normal file
11
layouts/default.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
<header></header>
|
||||
|
||||
<main>
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
<footer></footer>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user