Przeglądaj źródła

Merge branch 'feat-echart' into test

test
chenJinxu 11 miesięcy temu
rodzic
commit
3336d17cad
1 zmienionych plików z 7 dodań i 0 usunięć
  1. +7
    -0
      src/components/EchartBox.vue

+ 7
- 0
src/components/EchartBox.vue Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz