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 31839a1 commit b3cc0efCopy full SHA for b3cc0ef
src/platforms/web/runtime/modules/style.js
@@ -27,7 +27,7 @@ function updateStyle (oldVnode: VNodeWithData, vnode: VNodeWithData) {
27
let cur, name
28
const elm: any = vnode.elm
29
const oldStyle: any = oldVnode.data.style || {}
30
- let style = vnode.data.style || {}
+ let style: any = vnode.data.style || {}
31
const needClone = style.__ob__
32
33
// handle array syntax
0 commit comments