HUGE REFACTOR / CLEANUP
if there is a issue it's probably something in here that was changed
This commit is contained in:
@@ -62,9 +62,9 @@ export default {
|
||||
this.initializing = false;
|
||||
return;
|
||||
}
|
||||
let val = this.$refs.textField.$refs.input.value;
|
||||
const val = this.$refs.textField.$refs.input.value;
|
||||
|
||||
let parsedValue = parseCurrency(val, {
|
||||
const parsedValue = parseCurrency(val, {
|
||||
currency: this.currencyName,
|
||||
locale: this.languageName
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user