This commit is contained in:
2021-02-09 20:58:48 +00:00
parent 24458e8e62
commit 8a5398c9d0
4 changed files with 6 additions and 7 deletions

View File

@@ -50,8 +50,9 @@ export default {
currency: this.currencyName,
locale: this.languageName
});
this.$emit("input", parsedValue);
if (parsedValue != this.value) {
this.$emit("input", parsedValue);
}
}
}
};