摘要:
./echarts/index.vue <template> <!-- echart封装 --> <div :style="{ width, height }" ref="myChart"></div> </template> <script lang="ts" scoped> import { d 阅读全文
摘要:
<template> <div class="Echarts"> <div id="mains" style="width: 600px;height:400px;"></div> </div> </template> <script> import * as echarts from 'echar 阅读全文