koel/resources/assets/js/components/screens/search/ExcerptResultBlock.vue

9 lines
168 B
Vue
Raw Normal View History

2024-04-04 22:20:42 +00:00
<template>
<section>
<h3 class="text-2xl font-thin flex place-content-between mb-5">
<slot name="header" />
</h3>
<slot />
</section>
</template>