Skip to content

Commit ef5b731

Browse files
authored
fix(suspense): misusing DOM Comment element constructor as a vnode type (#4451)
1 parent 33cf6c8 commit ef5b731

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime-core/src/components/Suspense.ts

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {
66
openBlock,
77
closeBlock,
88
currentBlock,
9+
Comment,
910
createVNode
1011
} from '../vnode'
1112
import { isFunction, isArray, ShapeFlags, toNumber } from '@vue/shared'

0 commit comments

Comments
 (0)