mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-12 15:52:43 +10:00
auth initiate, database and more
This commit is contained in:
8
layouts/mini.vue
Normal file
8
layouts/mini.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="flex flex-col bg-zinc-950 h-screen w-screen overflow-hidden">
|
||||
<MiniHeader class ="select-none" />
|
||||
<div class="grow overflow-y-scroll">
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user