Vue+echart的使用

废话很少说直接上代码,若是第一次接触Echarts的同窗,能够参考这一篇入门浅谈echart3html <template> <!--为echarts准备一个具有大小的容器dom--> <div id="main" style="width: 600px;height: 400px;"></div> </template> <script> import echarts from 'e
相关文章
相关标签/搜索