Browse Source

moment不需要zh-cn

lrf402788946 5 năm trước cách đây
mục cha
commit
4965c999f6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main.js

+ 1 - 1
src/main.js

@@ -12,7 +12,7 @@ import '@/plugins/loading';
 import '@/plugins/setting';
 import InitStomp from '@/plugins/stomp';
 import moment from 'moment';
-moment.lang('zh-cn');
+// moment.lang('zh-cn');
 Vue.prototype.$moment = moment;
 Vue.config.productionTip = false;