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) {
|
if (usedCount !== undefined) {
|
||||||
node = locateChildByLogicalIndex(
|
node = locateChildByLogicalIndex(
|
||||||
insertionParent!,
|
insertionParent!,
|
||||||
($idx || 0) + usedCount + 1,
|
$idx + usedCount + 1,
|
||||||
)!
|
)!
|
||||||
usedCount++
|
usedCount++
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue