mirror of
https://github.com/Drop-OSS/drop-app-kt.git
synced 2026-02-06 07:41:18 +01:00
9 lines
183 B
Vue
9 lines
183 B
Vue
<template>
|
|
<div class="flex flex-col bg-zinc-950 overflow-hidden">
|
|
<MiniHeader />
|
|
<div class="relative grow overflow-y-auto">
|
|
<slot />
|
|
</div>
|
|
</div>
|
|
</template>
|