koel/resources/assets/js/components/screens/home/HomeScreenBlock.vue
2024-10-14 00:37:01 +07:00

9 lines
134 B
Vue

<template>
<div>
<h3 class="text-2xl mb-8 font-thin">
<slot name="header" />
</h3>
<slot />
</div>
</template>