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

10 lines
135 B
Vue

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