fix(utils): circular reference (#7057)

- Fix circular referencing in refs.ts
This commit is contained in:
JeremyWuuuuu 2022-04-08 14:29:52 +08:00 committed by GitHub
parent 6a290ff85a
commit 5e68255e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
import { isFunction } from '@element-plus/utils'
import { isFunction } from '../types'
import type { ComponentPublicInstance, Ref } from 'vue'