mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Use default layout as layout component
This commit is contained in:
parent
e64adb6a35
commit
3bec84b81f
3 changed files with 49 additions and 83 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue