mirror of
https://github.com/koel/koel
synced 2024-12-30 06:23:05 +00:00
6 lines
90 B
Vue
6 lines
90 B
Vue
|
<template>
|
||
|
<h3 class="uppercase tracking-widest mb-3">
|
||
|
<slot />
|
||
|
</h3>
|
||
|
</template>
|