This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user