Skip to content

Commit e0fc69b

Browse files
authored
chore(mixins/toolpop): update coverage
1 parent 368120e commit e0fc69b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mixins/toolpop.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,15 @@ export default {
114114
},
115115
watch: {
116116
show(show, old) {
117+
/* istanbul ignore if */
117118
if (show === old) {
118119
/* istanbul ignore next */
119120
return
120121
}
121122
show ? this.onOpen() : this.onClose()
122123
},
123124
disabled(disabled, old) {
125+
/* istanbul ignore if */
124126
if (disabled === old) {
125127
/* istanbul ignore next */
126128
return

0 commit comments

Comments
 (0)