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 6e1597c commit 75b2f52Copy full SHA for 75b2f52
src/platforms/web/runtime/directives/show.js
@@ -20,6 +20,7 @@ export default {
20
el.style.display = value ? '' : 'none'
21
},
22
update (el: HTMLElement, { value, oldValue }: VNodeDirective, vnode: VNodeWithData) {
23
+ /* istanbul ignore if */
24
if (value === oldValue) return
25
vnode = locateNode(vnode)
26
const transition = vnode.data && vnode.data.transition
0 commit comments