mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-26 04:27:26 +08:00
refactor(utils): refactor throwError
(#3301)
* refactor(utils): refactor error * refactor(utils): remove default export
This commit is contained in:
@ -5,7 +5,7 @@ import {
|
||||
getScrollContainer,
|
||||
getOffsetTopDistance,
|
||||
} from '@element-plus/utils/dom'
|
||||
import throwError from '@element-plus/utils/error'
|
||||
import { throwError } from '@element-plus/utils/error'
|
||||
import { entries } from '@element-plus/utils/util'
|
||||
|
||||
import type { ObjectDirective, ComponentPublicInstance } from 'vue'
|
||||
|
Reference in New Issue
Block a user