docs(form): improve types

This commit is contained in:
Benjamin Canac
2025-04-09 12:06:41 +02:00
parent 626b023ddb
commit e6b1c238b9
7 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ const activating = ref(false)
const successMessage = ref()
const errorMessage = ref('')
async function submit(event: FormSubmitEvent<any>) {
async function submit(event: FormSubmitEvent<Schema>) {
activating.value = true
errorMessage.value = ''
successMessage.value = ''