chore: change let to const
parent
c50ae3990d
commit
a31c0f279b
|
@ -446,7 +446,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
updateModelValue(value) {
|
updateModelValue(value) {
|
||||||
let val = this.unmask ? this.getUnmaskedValue() : value;
|
const val = this.unmask ? this.getUnmaskedValue() : value;
|
||||||
|
|
||||||
this.currentVal = value;
|
this.currentVal = value;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue