fix(FormGroup): missing imports (#470)

This commit is contained in:
Romain Hamel
2023-07-31 16:11:24 +02:00
committed by GitHub
parent d51ad93f40
commit dc1979cae1

View File

@@ -1,4 +1,4 @@
import { h, cloneVNode, computed, defineComponent } from 'vue'
import { h, cloneVNode, computed, defineComponent, provide, inject } from 'vue'
import type { PropType } from 'vue'
import { defu } from 'defu'
import { getSlotsChildren } from '../../utils'