Skip to content

Commit

Permalink
fix: no import EMPTY_ARR
Browse files Browse the repository at this point in the history
  • Loading branch information
gcclll committed Jan 9, 2021
1 parent a2afc70 commit 2a1ab04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-core/src/vnode.ts
Expand Up @@ -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,
Expand Down

0 comments on commit 2a1ab04

Please sign in to comment.