Skip to content

Commit 24ce607

Browse files
committed
add ignore for edge case with 3rd party plugin
1 parent 851be88 commit 24ce607

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/directives/public/for.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ function findPrevFrag (frag, anchor, id) {
539539
el !== anchor
540540
) {
541541
el = el.previousSibling
542+
/* istanbul ignore if */
542543
if (!el) return
543544
frag = el.__vfrag__
544545
}

0 commit comments

Comments
 (0)