adrema/resources/js/components/page/Title.vue

8 lines
158 B
Vue
Raw Permalink Normal View History

2023-05-20 01:45:43 +02:00
<template>
<span class="text-sm md:text-xl font-semibold leading-none text-white"><slot></slot></span>
</template>
<script>
export default {};
</script>