ソースを参照

增加 数据变化更新echart

test
chenJinxu 11ヶ月前
コミット
547e640234
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() {


読み込み中…
キャンセル
保存