fix: 更改echarts引入方式解决警告问题

This commit is contained in:
陈劲松
2021-02-01 11:11:50 +08:00
committed by chenjinsong
parent 22db5d042f
commit a2aff02f00
6 changed files with 18 additions and 5 deletions

View File

@@ -133,7 +133,7 @@
</template>
<script>
import axios from 'axios';
import echarts from 'echarts';
import * as echarts from 'echarts';
import bus from '@/libs/bus';
import loading from "@/components/common/loading";
import chartDataFormat from '@/components/charts/chartDataFormat'