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

8 lines
174 B
Vue
Raw Permalink Normal View History

2023-05-18 01:13:28 +02:00
<template>
<h1 class="text-xl border-b-2 pb-1 mb-4 text-primary-100 text-center border-primary-800"><slot></slot></h1>
</template>
<script>
export default {};
</script>