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,
key: props && normalizeKey(props),
ref: props && normalizeRef(props),
slotScopeIds: null,
scopeId: currentScopeId,
// slotScopeIds: props && props.slotScopeIds,
slotScopeIds: null,
children,
component: null,
suspense: null,