mirror of
https://github.com/koel/koel
synced 2024-12-20 17:43:36 +00:00
10 lines
135 B
Vue
10 lines
135 B
Vue
<template>
|
|
<div>
|
|
<h3 class="text-2xl mb-8 font-thin">
|
|
<slot name="header" />
|
|
</h3>
|
|
|
|
<slot />
|
|
</div>
|
|
</template>
|
|
|