Skip to content

Commit 71a9dd9

Browse files
committed
docs: zod example
1 parent 7888941 commit 71a9dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guide/composition-api/typed-schema.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ This makes the form values and submitted values typed automatically and caters f
197197

198198
```ts
199199
import { useForm } from 'vee-validate';
200-
import { object, number } from "zod";
200+
import { object, string } from 'zod';
201201
import { toTypedSchema } from '@vee-validate/zod';
202202

203203
const { values, handleSubmit } = useForm({

0 commit comments

Comments
 (0)