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 368120e commit e0fc69bCopy full SHA for e0fc69b
src/mixins/toolpop.js
@@ -114,13 +114,15 @@ export default {
114
},
115
watch: {
116
show(show, old) {
117
+ /* istanbul ignore if */
118
if (show === old) {
119
/* istanbul ignore next */
120
return
121
}
122
show ? this.onOpen() : this.onClose()
123
124
disabled(disabled, old) {
125
126
if (disabled === old) {
127
128
0 commit comments