这是一个专门针对日期格式转换的插件。

1、安装

npm install moment

2、引入

在main.js写这两行代码

import moment from "moment";
Vue.prototype.$moment = moment;
3、在页面中的应用
this.$moment(this.createTime).format("YYYY-MM-DD");
 
moment.js文档
https://itbilu.com/nodejs/npm/VkCir3rge.html

相关文章:

  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-08
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案