code refactor

This commit is contained in:
MaysWind
2020-11-01 12:39:56 +08:00
parent 36b8c9ef0f
commit 120e2e0767
+1 -1
View File
@@ -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);