Skip to content

Commit

Permalink
docs: added missing import in auto-form example (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
skf-funzt authored Dec 3, 2024
1 parent 857f10d commit 5869165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/www/src/content/docs/components/auto-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5869165

Please sign in to comment.