Newer
Older
intelligentRobot / src / utils / dayjs.ts
wangxitong on 3 Sep 99 bytes first commit
import dayjs from 'dayjs'
import 'dayjs/locale/zh-cn'

dayjs.locale('zh-cn')

export default dayjs