Skip to content

Commit 75b2f52

Browse files
committed
coverage
1 parent 6e1597c commit 75b2f52

File tree

1 file changed

+1
-0
lines changed
  • src/platforms/web/runtime/directives

1 file changed

+1
-0
lines changed

src/platforms/web/runtime/directives/show.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default {
2020
el.style.display = value ? '' : 'none'
2121
},
2222
update (el: HTMLElement, { value, oldValue }: VNodeDirective, vnode: VNodeWithData) {
23+
/* istanbul ignore if */
2324
if (value === oldValue) return
2425
vnode = locateNode(vnode)
2526
const transition = vnode.data && vnode.data.transition

0 commit comments

Comments
 (0)