06 2019 档案

摘要:import dayjs from "#/static/utils/dayjs/dayjs.js"; import locale from "#/static/utils/dayjs/locale/zh-cn.js"; dayjs.locale("zh-cn"); console.log(dayjs().month()); 阅读全文
posted @ 2019-06-27 17:41 ecstore