UNPKG

houdunren-vue

Version:

后盾人前端脚手架

8 lines (7 loc) 235 B
import dayjs from 'dayjs' import 'dayjs/locale/zh-cn' // 导入本地化语言 import relativeTime from 'dayjs/plugin/relativeTime' export default () => { dayjs.locale('zh-cn') // 使用本地化语言 dayjs.extend(relativeTime) }