docs: fix a typo in form (#281)

* docs: fix a typo
This commit is contained in:
cvsouth 2024-01-17 05:34:05 +00:00 committed by GitHub
parent 6ff7b6f3c4
commit 2a590360b6
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 ### 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']"> <TabPreview name="Composition" :names="['Composition', 'Component']">