mirror of https://github.com/vuejs/vue.git
coverage
This commit is contained in:
parent
6e1597cf0b
commit
75b2f52301
|
|
@ -20,6 +20,7 @@ export default {
|
|||
el.style.display = value ? '' : 'none'
|
||||
},
|
||||
update (el: HTMLElement, { value, oldValue }: VNodeDirective, vnode: VNodeWithData) {
|
||||
/* istanbul ignore if */
|
||||
if (value === oldValue) return
|
||||
vnode = locateNode(vnode)
|
||||
const transition = vnode.data && vnode.data.transition
|
||||
|
|
|
|||
Loading…
Reference in New Issue