We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afa260 commit 2d87b95Copy full SHA for 2d87b95
src/platforms/web/runtime/modules/attrs.js
@@ -32,6 +32,7 @@ function updateAttrs (oldVnode: VNodeWithData, vnode: VNodeWithData) {
32
}
33
34
// #4391: in IE9, setting type can reset value for input[type=radio]
35
+ /* istanbul ignore if */
36
if (isIE9 && attrs.value !== oldAttrs.value) {
37
setAttr(elm, 'value', attrs.value)
38
0 commit comments