]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
wip: fix type
authordaiwei <daiwei521@126.com>
Wed, 30 Jul 2025 06:59:06 +0000 (14:59 +0800)
committerdaiwei <daiwei521@126.com>
Wed, 30 Jul 2025 06:59:06 +0000 (14:59 +0800)
packages/runtime-vapor/src/apiCreateFor.ts

index 6c5e86ab39dea5157a534ab264ccb603f4dc4b0f..6b9482ffe06e209eab6534b955b801ec9ff31d7a 100644 (file)
@@ -233,7 +233,7 @@ export const createFor = (
         if (endOffset !== 0) {
           anchorFallback = normalizeAnchor(
             newBlocks[newLength - endOffset].nodes,
-          )
+          )!
         }
 
         while (startOffset < sharedBlockCount - endOffset) {