Fixed #7107
parent
19a92ac058
commit
8cf1b0596b
|
@ -47,6 +47,11 @@ export default {
|
|||
if (oldMask !== newMask) {
|
||||
this.initMask();
|
||||
}
|
||||
},
|
||||
disabled(newValue, oldValue) {
|
||||
if (newValue !== oldValue) {
|
||||
this.updateValue();
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
|
Loading…
Reference in New Issue