setup tailwind & content
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
This commit is contained in:
9
layouts/default.vue
Normal file
9
layouts/default.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div>
|
||||
<PageHeader/>
|
||||
<div class="h-full bg-slate-600">
|
||||
<slot />
|
||||
</div>
|
||||
<PageFooter/>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user