mirror of
https://github.com/koel/koel
synced 2024-12-21 01:53:11 +00:00
5 lines
95 B
Vue
5 lines
95 B
Vue
<template>
|
|
<div class="min-h-full flex flex-col relative">
|
|
<slot />
|
|
</div>
|
|
</template>
|