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
@@ -339,7 +339,7 @@ export default {
return ret;
},
allCurrencies() {
return this.$getAllCurrencies();
return this.$locale.getAllCurrencies();
}
},
created() {