فهرست منبع

chore: update

daiwei 7 ماه پیش
والد
کامیت
9ffd47b0a6
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/runtime-vapor/src/dom/hydration.ts

+ 1 - 1
packages/runtime-vapor/src/dom/hydration.ts

@@ -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 {