Ver código fonte

Merge branch 'feat-echart' into test

test
chenJinxu 1 ano atrás
pai
commit
3336d17cad
1 arquivos alterados com 7 adições e 0 exclusões
  1. +7
    -0
      src/components/EchartBox.vue

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

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


Carregando…
Cancelar
Salvar