mirror of
https://github.com/koel/koel
synced 2024-12-21 01:53:11 +00:00
9 lines
168 B
Vue
9 lines
168 B
Vue
|
<template>
|
||
|
<section>
|
||
|
<h3 class="text-2xl font-thin flex place-content-between mb-5">
|
||
|
<slot name="header" />
|
||
|
</h3>
|
||
|
<slot />
|
||
|
</section>
|
||
|
</template>
|