]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update
authordaiwei <daiwei521@126.com>
Mon, 29 Sep 2025 08:01:32 +0000 (16:01 +0800)
committerdaiwei <daiwei521@126.com>
Mon, 29 Sep 2025 08:01:32 +0000 (16:01 +0800)
packages/runtime-vapor/src/dom/hydration.ts

index 2e8cd054a578e25827152d05dcef3c74a2a4e6ed..0ac82ebaef9bd84f176d2aee7d569a84c2c688f8 100644 (file)
@@ -174,7 +174,7 @@ function locateHydrationNodeImpl(): void {
       if (usedCount !== undefined) {
         node = locateChildByLogicalIndex(
           insertionParent!,
-          ($idx || 0) + usedCount + 1,
+          $idx + usedCount + 1,
         )!
         usedCount++
       } else {