Browse Source

Merge branch 'feat-echart' into test

test
chenJinxu 11 months ago
parent
commit
3336d17cad
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      src/components/EchartBox.vue

+ 7
- 0
src/components/EchartBox.vue View File

@@ -78,6 +78,13 @@ export default {
echart: null echart: null
}; };
}, },
watch: {
options() {
this.$nextTick(() => {
this.initEchart();
});
}
},
computed: {}, computed: {},
created() {}, created() {},
mounted() { mounted() {


Loading…
Cancel
Save