mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-11 04:52:09 +10:00
9 lines
192 B
Vue
9 lines
192 B
Vue
<template>
|
|
<div class="flex flex-col bg-zinc-950 overflow-hidden h-screen">
|
|
<MiniHeader />
|
|
<div class="relative grow overflow-y-auto">
|
|
<slot />
|
|
</div>
|
|
</div>
|
|
</template>
|