mirror of https://github.com/vuejs/core.git
fix(runtime-dom): delete comment
This commit is contained in:
parent
beb6694695
commit
7ca6a18ef7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue