docs: fix a typo

This commit is contained in:
cvsouth 2024-01-17 03:23:11 +00:00 committed by GitHub
parent 51b8402fe5
commit 0a7fbc6434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,7 +173,7 @@ const formSchema = toTypedSchema(z.object({
### Define a form
Use the `useForm` composable from `vee-validate` or use `<Form />` component to create a from.
Use the `useForm` composable from `vee-validate` or use `<Form />` component to create a form.
<TabPreview name="Composition" :names="['Composition', 'Component']">