feat(runtime): support rendering comment nodes
This commit is contained in:
@@ -19,7 +19,7 @@ export {
|
||||
createBlock
|
||||
} from './vnode'
|
||||
// VNode type symbols
|
||||
export { Text, Empty, Fragment, Portal, Suspense } from './vnode'
|
||||
export { Text, Comment, Fragment, Portal, Suspense } from './vnode'
|
||||
// VNode flags
|
||||
export { PublicPatchFlags as PatchFlags } from './patchFlags'
|
||||
export { PublicShapeFlags as ShapeFlags } from './shapeFlags'
|
||||
|
||||
Reference in New Issue
Block a user