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 d0cfd54 commit 5300ef7Copy full SHA for 5300ef7
src/platforms/web/runtime/modules/style.js
@@ -49,7 +49,7 @@ function updateStyle (oldVnode: VNodeWithData, vnode: VNodeWithData) {
49
}
50
51
for (name in oldStyle) {
52
- if (!style[name]) {
+ if (style[name] == null) {
53
el.style[normalize(name)] = ''
54
55
0 commit comments