mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
refactor(utils): import path (#8235)
This commit is contained in:
parent
1aa9d43129
commit
9bc89d089d
@ -2,13 +2,12 @@ import {
|
||||
Comment,
|
||||
Fragment,
|
||||
Text,
|
||||
camelize,
|
||||
createBlock,
|
||||
createCommentVNode,
|
||||
isVNode,
|
||||
openBlock,
|
||||
} from 'vue'
|
||||
import { isArray } from '@vue/shared'
|
||||
import { camelize, isArray } from '@vue/shared'
|
||||
import { hasOwn } from '../objects'
|
||||
import { debugWarn } from '../error'
|
||||
import type {
|
||||
|
Loading…
Reference in New Issue
Block a user