Преглед изворни кода

Merge branch 'feat-echart' into test

test
chenJinxu пре 11 месеци
родитељ
комит
3336d17cad
1 измењених фајлова са 7 додато и 0 уклоњено
  1. +7
    -0
      src/components/EchartBox.vue

+ 7
- 0
src/components/EchartBox.vue Прегледај датотеку

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


Loading…
Откажи
Сачувај