This commit is contained in:
2020-04-02 14:21:16 +00:00
parent a81ee7d204
commit 79d52064f3
7 changed files with 89 additions and 89 deletions

View File

@@ -51,7 +51,7 @@ export default {
return window.$gz.translation;
},
handleInput(value) {
var ret = parseCurrency(value, {
let ret = parseCurrency(value, {
currency: this.currencyName,
locale: this.languageName
});