Kaynağa Gözat

增加 数据变化更新echart

test
chenJinxu 11 ay önce
ebeveyn
işleme
547e640234
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. +7
    -0
      src/components/EchartBox.vue

+ 7
- 0
src/components/EchartBox.vue Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet