refactor(utils): import path (#8235)

This commit is contained in:
三咲智子 2022-06-13 09:11:23 +08:00 committed by GitHub
parent 1aa9d43129
commit 9bc89d089d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {