소스 검색

Merge branch 'feat-echart' into test

test
chenJinxu 11 달 전
부모
커밋
3336d17cad
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      src/components/EchartBox.vue

+ 7
- 0
src/components/EchartBox.vue 파일 보기

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


Loading…
취소
저장