mirror of https://github.com/vuejs/core.git
wip: fix type
This commit is contained in:
parent
0b4cf0c2a8
commit
4ebdbf5919
|
@ -233,7 +233,7 @@ export const createFor = (
|
|||
if (endOffset !== 0) {
|
||||
anchorFallback = normalizeAnchor(
|
||||
newBlocks[newLength - endOffset].nodes,
|
||||
)
|
||||
)!
|
||||
}
|
||||
|
||||
while (startOffset < sharedBlockCount - endOffset) {
|
||||
|
|
Loading…
Reference in New Issue