Skip to content

Commit

Permalink
chartgrid
Browse files Browse the repository at this point in the history
  • Loading branch information
szuprefix committed Oct 17, 2020
1 parent 144322a commit 0464f9e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-django",
"version": "0.7.15",
"version": "0.7.16",
"description": "个人实验项目, 本框架的目标是借鉴并超越django admin的自动化思想, 实现UI前端的极简快速定制开发",
"main": "index.js",
"files": [
Expand Down
5 changes: 5 additions & 0 deletions src/components/stats/ChartGrid.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
}
},
components: {DataTable},
created () {
// import('echarts').then(echarts => {
// console.log('echarts imported.')
// })
},
mounted() {
this.loadTimeData(this.period)
},
Expand Down

0 comments on commit 0464f9e

Please sign in to comment.