随笔分类 -  Vue

摘要:在main.js文件中 Vue.filter('dateFormat', function(originVal) { const dt = new Date(originVal) const y = dt.getFullYear() const m = (dt.getMonth() + 1 + '' 阅读全文
posted @ 2021-03-03 14:29 勿扰。。清梦 阅读(133) 评论(0) 推荐(0)