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,
|
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,
|
||||||
|
|
Loading…
Reference in New Issue