mirror of
https://github.com/koel/koel
synced 2025-01-02 07:48:44 +00:00
7 lines
106 B
Vue
7 lines
106 B
Vue
|
<template>
|
||
|
<section class="space-y-4">
|
||
|
<slot name="header" />
|
||
|
<slot />
|
||
|
</section>
|
||
|
</template>
|