摘要: Date.prototype.format = function (fmt) { var o = { 'M+': this.getMonth() + 1, // 月份 'd+': this.getDate(), // 日 'h+': this.getHours(), // 小时 'm+': this 阅读全文
posted @ 2020-06-02 11:13 shubin 阅读(748) 评论(0) 推荐(0) 编辑
摘要: 安装Chart.Js npm install vue-chartjs chart.js --save 引用Chart.Js import Chart from 'chart.js' 使用Chart.Js <template> <section class='content'> <div class= 阅读全文
posted @ 2020-06-02 11:03 shubin 阅读(2172) 评论(0) 推荐(0) 编辑