Skip to content

Commit

Permalink
feat(form): fix bug (tusen-ai#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
kev1nzh_ark committed Aug 18, 2021
1 parent 08f85c8 commit b698acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form/src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { inject, computed, ref, ComputedRef, Slots } from 'vue'
import { inject, computed, ref, ComputedRef } from 'vue'
import { get } from 'lodash-es'
import type { FormItemSetupProps } from './FormItem'
import { formInjectionKey } from './interface'
Expand Down

0 comments on commit b698acb

Please sign in to comment.