docs: added missing import in auto-form example (#919)
This commit is contained in:
parent
857f10de51
commit
5869165a84
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user