chore: adjust the parameter order of the mountChildren function
This commit is contained in:
parent
7a8bac73e1
commit
060c5f1d0a
@ -876,8 +876,8 @@ function baseCreateRenderer(
|
||||
parentComponent,
|
||||
parentSuspense,
|
||||
isSVG,
|
||||
optimized,
|
||||
slotScopeIds,
|
||||
optimized,
|
||||
start = 0
|
||||
) => {
|
||||
for (let i = start; i < children.length; i++) {
|
||||
@ -892,8 +892,8 @@ function baseCreateRenderer(
|
||||
parentComponent,
|
||||
parentSuspense,
|
||||
isSVG,
|
||||
optimized,
|
||||
slotScopeIds
|
||||
slotScopeIds,
|
||||
optimized
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user