mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +08:00
code refactor
This commit is contained in:
@@ -126,7 +126,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
allCurrencies() {
|
||||
return this.$getAllCurrencies();
|
||||
return this.$locale.getAllCurrencies();
|
||||
},
|
||||
inputIsNotChanged() {
|
||||
return !!this.inputIsNotChangedProblemMessage;
|
||||
|
||||
Reference in New Issue
Block a user