forked from Drop-OSS/archived-drop-app
* feat: small refactor * fix: appimage build script * fix: add NO_STRIP to AppImage build * fix: build and dev mode from refactor * fix: submodule step 1 * fix: submodules step 2
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>
|