From: Evan You Date: Wed, 4 Sep 2019 00:31:53 +0000 (-0400) Subject: chore: fix test X-Git-Tag: v3.0.0-alpha.0~832 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cbc8dddd15670732a5f652862457dcbffa5fc6a5;p=thirdparty%2Fvuejs%2Fcore.git chore: fix test --- 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[] = []