fix(runtime-dom): delete comment

This commit is contained in:
baiwusanyu-c 2024-08-20 14:08:59 +08:00
parent beb6694695
commit 7ca6a18ef7
1 changed files with 1 additions and 2 deletions

View File

@ -468,9 +468,8 @@ function createBaseVNode(
props, props,
key: props && normalizeKey(props), key: props && normalizeKey(props),
ref: props && normalizeRef(props), ref: props && normalizeRef(props),
slotScopeIds: null,
scopeId: currentScopeId, scopeId: currentScopeId,
// slotScopeIds: props && props.slotScopeIds, slotScopeIds: null,
children, children,
component: null, component: null,
suspense: null, suspense: null,