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