mirror of
https://github.com/koel/koel
synced 2024-12-21 01:53:11 +00:00
7 lines
106 B
Vue
7 lines
106 B
Vue
|
<template>
|
||
|
<section class="space-y-4">
|
||
|
<slot name="header" />
|
||
|
<slot />
|
||
|
</section>
|
||
|
</template>
|