code refactor

This commit is contained in:
MaysWind
2020-11-22 14:00:36 +08:00
parent 9ab285a071
commit 9e1ec6d13c
6 changed files with 50 additions and 43 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ export default {
},
computed: {
allCurrencies() {
return this.$getAllCurrencies();
return this.$locale.getAllCurrencies();
},
inputIsNotChanged() {
return !!this.inputIsNotChangedProblemMessage;