From 2a1ab0448919ea75c5794410a03265bd99e05d75 Mon Sep 17 00:00:00 2001 From: gcclll Date: Sat, 9 Jan 2021 18:12:03 +0800 Subject: [PATCH] fix: no import EMPTY_ARR --- packages/runtime-core/src/vnode.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/runtime-core/src/vnode.ts b/packages/runtime-core/src/vnode.ts index 7c2815e..c5e8fbb 100644 --- a/packages/runtime-core/src/vnode.ts +++ b/packages/runtime-core/src/vnode.ts @@ -23,6 +23,7 @@ import { currentRenderingInstance } from './componentRenderUtils' import { NULL_DYNAMIC_COMPONENT } from './helpers/resolveAssets' import { warn } from './warning' import { + EMPTY_ARR, extend, isArray, isFunction,