mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-23 11:59:34 +08:00
fix(hooks): use-form-item circular reference (#7793)
This commit is contained in:
parent
4172ff4da6
commit
82030446c7
@ -7,8 +7,8 @@ import {
|
||||
toRef,
|
||||
watch,
|
||||
} from 'vue'
|
||||
import { useId } from '@element-plus/hooks'
|
||||
import { formContextKey, formItemContextKey } from '@element-plus/tokens'
|
||||
import { useId } from '../use-id'
|
||||
import type { FormItemContext } from '@element-plus/tokens'
|
||||
import type { ComputedRef, Ref, WatchStopHandle } from 'vue'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user