mirror of
https://github.com/koel/koel
synced 2024-12-20 09:33:23 +00:00
5 lines
79 B
Vue
5 lines
79 B
Vue
<template>
|
|
<div class="p-6 overflow-auto">
|
|
<slot />
|
|
</div>
|
|
</template>
|