koel/resources/assets/js/components/screens/home/HomeScreenBlock.vue

11 lines
135 B
Vue
Raw Normal View History

2024-04-04 22:20:42 +00:00
<template>
<div>
<h3 class="text-2xl mb-8 font-thin">
<slot name="header" />
</h3>
<slot />
</div>
</template>