mirror of https://github.com/vuejs/core.git
chore: update
This commit is contained in:
parent
3fc644e22a
commit
9ffd47b0a6
|
@ -174,7 +174,7 @@ function locateHydrationNodeImpl(): void {
|
|||
if (usedCount !== undefined) {
|
||||
node = locateChildByLogicalIndex(
|
||||
insertionParent!,
|
||||
($idx || 0) + usedCount + 1,
|
||||
$idx + usedCount + 1,
|
||||
)!
|
||||
usedCount++
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue