Sfoglia il codice sorgente

Merge branch 'feat-echart' into test

test
chenJinxu 11 mesi fa
parent
commit
3336d17cad
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. +7
    -0
      src/components/EchartBox.vue

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

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


Loading…
Annulla
Salva