摘要: ###安装及引入 1、npm install moment 或者 yarn add moment 2、在main.js里引入并挂载到全局 import moment from 'moment' Vue.prototype.$moment = moment moment.locale('zh-cn') 阅读全文
posted @ 2020-06-11 14:53 huihuihero 阅读(1234) 评论(0) 推荐(0) 编辑