From cbc8dddd15670732a5f652862457dcbffa5fc6a5 Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 3 Sep 2019 20:31:53 -0400 Subject: [PATCH] chore: fix test --- packages/runtime-core/src/warning.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-core/src/warning.ts b/packages/runtime-core/src/warning.ts index fc8a27bcd1..138b565b06 100644 --- a/packages/runtime-core/src/warning.ts +++ b/packages/runtime-core/src/warning.ts @@ -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[] = [] -- 2.47.3