Sort of working beta
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
import Description from '@/Components/ui/text/Description.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h2 class="text-xl"><slot name="title" /></h2>
|
||||
<p class="text-dark-green"><slot name="description" /></p>
|
||||
<Description><slot name="description" /></Description>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user