6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
|
import dayjs from 'dayjs'
|
||
|
import 'dayjs/locale/zh-cn'
|
||
|
dayjs.locale('zh-cn')
|
||
|
|
||
|
export default dayjs;
|