frontend/components/inputs/label-and-error.vue

9 lines
125 B
Vue
Raw Normal View History

2024-06-16 03:31:21 +02:00
<template>
<div class="flex flex-col gap-1">
<slot />
</div>
</template>
<script lang="ts" setup>
</script>