Parcourir la source

增加 数据变化更新echart

test
chenJinxu il y a 1 an
Parent
révision
547e640234
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. +7
    -0
      src/components/EchartBox.vue

+ 7
- 0
src/components/EchartBox.vue Voir le fichier

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


Chargement…
Annuler
Enregistrer