Skip to content

Commit 2d84df0

Browse files
committed
style: 移除多余导入
1 parent 2c19179 commit 2d84df0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

packages/runtime-core/src/renderer.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@ import {
55
updateSlots,
66
patchComponentAttrs
77
} from '@coderwei-mini-vue3/runtime-dom'
8-
import {
9-
EMPTY_OBJECT,
10-
invokeArrayFns,
11-
isFunction,
12-
isObject,
13-
isOn,
14-
isString
15-
} from '@coderwei-mini-vue3/shared'
8+
import { EMPTY_OBJECT, invokeArrayFns, isString } from '@coderwei-mini-vue3/shared'
169
import { ShapeFlags } from '@coderwei-mini-vue3/shared'
1710
import { createComponentInstance, setupComponent } from './component'
1811
import { renderComponentRoot } from './componentRenderUtils'

0 commit comments

Comments
 (0)