We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7888941 commit 71a9dd9Copy full SHA for 71a9dd9
docs/src/pages/guide/composition-api/typed-schema.mdx
@@ -197,7 +197,7 @@ This makes the form values and submitted values typed automatically and caters f
197
198
```ts
199
import { useForm } from 'vee-validate';
200
-import { object, number } from "zod";
+import { object, string } from 'zod';
201
import { toTypedSchema } from '@vee-validate/zod';
202
203
const { values, handleSubmit } = useForm({
0 commit comments