8 lines
158 B
Vue
8 lines
158 B
Vue
|
<template>
|
||
|
<span class="text-sm md:text-xl font-semibold leading-none text-white"><slot></slot></span>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {};
|
||
|
</script>
|