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,