Pārlūkot izejas kodu

Merge branch 'feat-echart' into test

test
chenJinxu pirms 11 mēnešiem
vecāks
revīzija
3336d17cad
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. +7
    -0
      src/components/EchartBox.vue

+ 7
- 0
src/components/EchartBox.vue Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt