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

@@ -124,7 +124,7 @@
</template>
<script>
import echarts from 'echarts';
import * as echarts from 'echarts';
import chartBox from "../../../page/dashboard/chartBox";
import axios from 'axios';
import loading from "../../loading";