Newer
Older
adminAccountabilityFront / src / utils / dayjs.ts
liyaguang on 11 Sep 2023 99 bytes first
import dayjs from 'dayjs'
import 'dayjs/locale/zh-cn'

dayjs.locale('zh-cn')

export default dayjs