8 lines
174 B
Vue
8 lines
174 B
Vue
|
<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>
|