We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b476d commit e5c58a6Copy full SHA for e5c58a6
src/platforms/web/runtime/directives/show.js
@@ -27,7 +27,7 @@ export default {
27
28
update (el: any, { value, oldValue }: VNodeDirective, vnode: VNodeWithData) {
29
/* istanbul ignore if */
30
- if (value === oldValue) return
+ if (!value === !oldValue) return
31
vnode = locateNode(vnode)
32
const transition = vnode.data && vnode.data.transition
33
if (transition) {
0 commit comments