chore: fix test

This commit is contained in:
Evan You 2019-09-03 20:31:53 -04:00
parent 40d33a3973
commit cbc8dddd15

View File

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