Skip to content

Commit

Permalink
fix(FormGroup): missing h import from vue
Browse files Browse the repository at this point in the history
Resolves #236
  • Loading branch information
benjamincanac committed May 27, 2023
1 parent aa881a8 commit a96dc19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/forms/FormGroup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { computed, defineComponent } from 'vue'
import { h, computed, defineComponent } from 'vue'
import type { PropType } from 'vue'
import { defu } from 'defu'
import { getSlotsChildren } from '../../utils'
Expand Down

0 comments on commit a96dc19

Please sign in to comment.