From: daiwei Date: Mon, 29 Sep 2025 08:01:32 +0000 (+0800) Subject: chore: update X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ffd47b0a62945fd3e1a24f0c7634c96d54ae148;p=thirdparty%2Fvuejs%2Fcore.git chore: update --- diff --git a/packages/runtime-vapor/src/dom/hydration.ts b/packages/runtime-vapor/src/dom/hydration.ts index 2e8cd054a5..0ac82ebaef 100644 --- a/packages/runtime-vapor/src/dom/hydration.ts +++ b/packages/runtime-vapor/src/dom/hydration.ts @@ -174,7 +174,7 @@ function locateHydrationNodeImpl(): void { if (usedCount !== undefined) { node = locateChildByLogicalIndex( insertionParent!, - ($idx || 0) + usedCount + 1, + $idx + usedCount + 1, )! usedCount++ } else {