Skip to content

Commit a96dc19

Browse files
committed
fix(FormGroup): missing h import from vue
Resolves #236
1 parent aa881a8 commit a96dc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/components/forms/FormGroup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { computed, defineComponent } from 'vue'
1+
import { h, computed, defineComponent } from 'vue'
22
import type { PropType } from 'vue'
33
import { defu } from 'defu'
44
import { getSlotsChildren } from '../../utils'

0 commit comments

Comments
 (0)