fix(FormGroup): missing h import from vue

Resolves #236
This commit is contained in:
Benjamin Canac
2023-05-27 12:02:51 +02:00
parent aa881a8d00
commit a96dc19215

View File

@@ -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'