Evan You 10 лет назад
Родитель
Сommit
6084fd3ec6
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/directives/public/for.js

+ 1 - 0
src/directives/public/for.js

@@ -362,6 +362,7 @@ const vFor = {
     // if prevEl doesn't have nextSibling, this means it's
     // been dragged after the end anchor. Just re-position
     // the end anchor to the end of the container.
+    /* istanbul ignore if */
     if (!prevEl.nextSibling) {
       this.end.parentNode.appendChild(this.end)
     }