mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix(build): circular dependency (#4791)
This commit is contained in:
parent
36adee9cf6
commit
d14609954b
@ -2,7 +2,8 @@ import { ref, unref, inject, computed } from 'vue'
|
||||
import { useGlobalConfig as useGlobalConfigLegacy } from '@element-plus/utils/util'
|
||||
import { elFormItemKey, elFormKey } from '@element-plus/tokens'
|
||||
import { buildProp, componentSize } from '@element-plus/utils/props'
|
||||
import { useProp, useGlobalConfig } from '..'
|
||||
import { useProp } from '../use-prop'
|
||||
import { useGlobalConfig } from '../use-global-config'
|
||||
import type { ComponentSize } from '@element-plus/utils/types'
|
||||
import type { MaybeRef } from '@vueuse/core'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user