Browse Source

先不转换控件

Lijy 2 năm trước cách đây
mục cha
commit
b23071fa2e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      fhKeeper/formulahousekeeper/timesheet/src/i18n/index.js

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/src/i18n/index.js

@@ -16,5 +16,6 @@ const i18n = new VueI18n({
   locale: localStorage.lang || 'zh',
   messages,
 });
-locale.i18n((key, value) => i18n.t(key, value))
+// locale.i18n((key, value) => i18n.t(key, value))
+i18n: (key, value) => i18n.t(key, value)
 export default i18n;