mirror of
https://github.com/koel/koel
synced 2024-12-20 17:43:36 +00:00
5 lines
95 B
Vue
5 lines
95 B
Vue
<template>
|
|
<h3 class="uppercase px-6 tracking-widest mb-3">
|
|
<slot />
|
|
</h3>
|
|
</template>
|