摘要: 1、安装时间格式化插件 npm install vue-moment --save2、在main.js中引用 import moment from 'moment' Vue.use(require('vue-moment'));Vue.prototype.moment = moment3、在main 阅读全文
posted @ 2020-04-17 10:24 亮仔-Wiliam 阅读(3268) 评论(0) 推荐(0) 编辑