moment.js 64 B

1234567
  1. import moment from 'moment'
  2. moment.locale('zh-cn')
  3. export {
  4. }