Newer
Older
CorrOLFront / src / utils / dayjs.ts
tanyue on 5 Mar 2024 99 bytes 20240305 初始提交
import dayjs from 'dayjs'
import 'dayjs/locale/zh-cn'

dayjs.locale('zh-cn')

export default dayjs