docs: added missing import in auto-form example (#919)

This commit is contained in:
Stephan Koglin-Fischer 2024-12-03 10:06:41 +01:00 committed by GitHub
parent 857f10de51
commit 5869165a84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -403,6 +403,7 @@ By passing the `form` as props, you can control and use the method provided by `
```vue
<script setup lang="ts">
import { AutoForm } from '@/components/ui/auto-form'
import { toTypedSchema } from '@vee-validate/zod'
import { useForm } from 'vee-validate'
import * as z from 'zod'