摘要: ./echarts/index.vue <template> <!-- echart封装 --> <div :style="{ width, height }" ref="myChart"></div> </template> <script lang="ts" scoped> import { d 阅读全文
posted @ 2022-04-21 16:13 zjxgdq 阅读(62) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="Echarts"> <div id="mains" style="width: 600px;height:400px;"></div> </div> </template> <script> import * as echarts from 'echar 阅读全文
posted @ 2022-04-21 16:01 zjxgdq 阅读(52) 评论(0) 推荐(0) 编辑