Explorar el Código

增加 数据变化更新echart

test
chenJinxu hace 11 meses
padre
commit
547e640234
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      src/components/EchartBox.vue

+ 7
- 0
src/components/EchartBox.vue Ver fichero

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


Cargando…
Cancelar
Guardar