mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
fix(FormGroup): missing imports (#470)
This commit is contained in:
@@ -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 type { PropType } from 'vue'
|
||||||
import { defu } from 'defu'
|
import { defu } from 'defu'
|
||||||
import { getSlotsChildren } from '../../utils'
|
import { getSlotsChildren } from '../../utils'
|
||||||
|
|||||||
Reference in New Issue
Block a user