Skip to content

Commit

Permalink
fix(FormGroup): missing imports (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
romhml committed Jul 31, 2023
1 parent d51ad93 commit dc1979c
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 { 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'
Expand Down

1 comment on commit dc1979c

@vercel
Copy link

@vercel vercel bot commented on dc1979c Jul 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-nuxtlabs.vercel.app
ui.nuxtlabs.com
ui-git-dev-nuxtlabs.vercel.app

Please sign in to comment.