mirror of
https://github.com/koel/koel
synced 2024-12-20 17:43:36 +00:00
8 lines
168 B
Vue
8 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>
|