forked from mirrors/homebox
6 lines
101 B
Vue
6 lines
101 B
Vue
|
<template>
|
||
|
<h3 class="flex gap-2 items-center mb-3 pl-1 text-lg">
|
||
|
<slot />
|
||
|
</h3>
|
||
|
</template>
|