Form error message
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<script lang="ts" setup>
|
||||
|
||||
const props = defineProps<{
|
||||
error?: string
|
||||
}>()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="text-sm text-red-500">{{ props.error }}</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user