Initial commit
This commit is contained in:
11
app/layouts/default.vue
Normal file
11
app/layouts/default.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
<AppHeader />
|
||||
|
||||
<UMain>
|
||||
<UContainer class="py-8">
|
||||
<slot />
|
||||
</UContainer>
|
||||
</UMain>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user