mirror of
https://github.com/koel/koel
synced 2024-12-25 03:53:05 +00:00
9 lines
134 B
Vue
9 lines
134 B
Vue
<template>
|
|
<div>
|
|
<h3 class="text-2xl mb-8 font-thin">
|
|
<slot name="header" />
|
|
</h3>
|
|
|
|
<slot />
|
|
</div>
|
|
</template>
|