Explorar el Código

moment不需要zh-cn

lrf402788946 hace 4 años
padre
commit
4965c999f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;