|
@@ -1,6 +1,6 @@
|
|
|
import { VNode } from './vnode'
|
|
import { VNode } from './vnode'
|
|
|
import { Data, ComponentInstance } from './component'
|
|
import { Data, ComponentInstance } from './component'
|
|
|
-import { isString } from '@vue/shared'
|
|
|
|
|
|
|
+import { isString, EMPTY_OBJ } from '@vue/shared'
|
|
|
import { toRaw } from '@vue/reactivity'
|
|
import { toRaw } from '@vue/reactivity'
|
|
|
|
|
|
|
|
let stack: VNode[] = []
|
|
let stack: VNode[] = []
|