chore: change let to const

pull/6407/head
KumJungMin 2024-09-16 18:28:12 +09:00
parent c50ae3990d
commit a31c0f279b
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ export default {
},
updateModelValue(value) {
let val = this.unmask ? this.getUnmaskedValue() : value;
const val = this.unmask ? this.getUnmaskedValue() : value;
this.currentVal = value;