Skip to content

Commit a0939c2

Browse files
committed
add ignore for edge case with 3rd party plugin
1 parent bf8886a commit a0939c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/directives/for.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ function findPrevFrag (frag, anchor, id) {
548548
el !== anchor
549549
) {
550550
el = el.previousSibling
551+
/* istanbul ignore if */
551552
if (!el) return
552553
frag = el.__vfrag__
553554
}

0 commit comments

Comments
 (0)