Init
This commit is contained in:
8
layouts/default.vue
Normal file
8
layouts/default.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<NavBar />
|
||||
<div class="min-h-screen bg-white-500 mt-4">
|
||||
<main class="-mt-32 mx-auto max-w-7xl px-4 pb-12 sm:px-6 lg:px-8 bg-white min-h-full rounded-md shadow-md p-4">
|
||||
<slot />
|
||||
</main>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user