Skip to content

Commit

Permalink
fix(suspense): misusing DOM Comment element constructor as a vnode ty…
Browse files Browse the repository at this point in the history
…pe (#4451)
  • Loading branch information
liximomo committed Sep 1, 2021
1 parent 33cf6c8 commit ef5b731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-core/src/components/Suspense.ts
Expand Up @@ -6,6 +6,7 @@ import {
openBlock,
closeBlock,
currentBlock,
Comment,
createVNode
} from '../vnode'
import { isFunction, isArray, ShapeFlags, toNumber } from '@vue/shared'
Expand Down

0 comments on commit ef5b731

Please sign in to comment.