Explorar o código

ignore ie9 branch for coverage

Evan You %!s(int64=9) %!d(string=hai) anos
pai
achega
2d87b950c9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/platforms/web/runtime/modules/attrs.js

+ 1 - 0
src/platforms/web/runtime/modules/attrs.js

@@ -32,6 +32,7 @@ function updateAttrs (oldVnode: VNodeWithData, vnode: VNodeWithData) {
     }
   }
   // #4391: in IE9, setting type can reset value for input[type=radio]
+  /* istanbul ignore if */
   if (isIE9 && attrs.value !== oldAttrs.value) {
     setAttr(elm, 'value', attrs.value)
   }