We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c19179 commit 2d84df0Copy full SHA for 2d84df0
packages/runtime-core/src/renderer.ts
@@ -5,14 +5,7 @@ import {
5
updateSlots,
6
patchComponentAttrs
7
} 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'
+import { EMPTY_OBJECT, invokeArrayFns, isString } from '@coderwei-mini-vue3/shared'
16
import { ShapeFlags } from '@coderwei-mini-vue3/shared'
17
import { createComponentInstance, setupComponent } from './component'
18
import { renderComponentRoot } from './componentRenderUtils'
0 commit comments