Use default layout as layout component

This commit is contained in:
Sam Carlton 2020-09-19 16:47:32 -05:00
parent e64adb6a35
commit 3bec84b81f
3 changed files with 49 additions and 83 deletions

View file

@ -1,18 +0,0 @@
<template>
<div class="app-wrapper text-gray-300 bg-gray-800">
<Navbar />
<div class="app-main min-h-screen flex items-center">
<slot />
</div>
</div>
</template>
<script>
import Navbar from '~/components/navbar.vue'
export default {
components: {
Navbar
}
}
</script>