微信扫一扫
安装
npm install dayjs --save
main.js中
import dayjs from 'dayjs'
Vue.prototype.$dayjs = dayjs
相关推荐