mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
fix(utils): circular reference (#7057)
- Fix circular referencing in refs.ts
This commit is contained in:
parent
6a290ff85a
commit
5e68255e11
@ -1,4 +1,4 @@
|
||||
import { isFunction } from '@element-plus/utils'
|
||||
import { isFunction } from '../types'
|
||||
|
||||
import type { ComponentPublicInstance, Ref } from 'vue'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user