fix(suspense): misusing DOM Comment element constructor as a vnode type (#4451)

This commit is contained in:
X.L 2021-09-02 04:57:56 +08:00 committed by GitHub
parent 33cf6c8866
commit ef5b73159d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ import {
openBlock,
closeBlock,
currentBlock,
Comment,
createVNode
} from '../vnode'
import { isFunction, isArray, ShapeFlags, toNumber } from '@vue/shared'