koel/resources/assets/js/components/screens/search/ExcerptResultBlock.vue
2024-07-06 17:44:57 +02:00

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>