mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
code refactor
This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
|||||||
},
|
},
|
||||||
currentLocale: {
|
currentLocale: {
|
||||||
get: function () {
|
get: function () {
|
||||||
return this.$i18n.locale
|
return this.$i18n.locale;
|
||||||
},
|
},
|
||||||
set: function (value) {
|
set: function (value) {
|
||||||
this.$setLanguage(value);
|
this.$setLanguage(value);
|
||||||
|
|||||||
Reference in New Issue
Block a user