index.vue 378 Bytes EditWeb IDE 1 2 3 4 5 6 7 <template> <div class="components-container" > <code> 这里的所有的图表都基于echarts,实例代码来源<a href='http://gallery.echartsjs.com/explore.html#sort=rank~timeframe=all~author=all' target='_blank'>gallery</a><br/>其实echarts封装的很好了,用vue封装是很简单的事情,建议大家自己来封装。 </code> </div> </template>