只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-04-24 16:59 美力 阅读(7) 评论(0) 推荐(0)
摘要: 1.首先下载echart依赖 2.全局注册 在main.js里引入echart并在vue中注册echart // 引入echarts import echarts from 'echarts'; Vue.prototype.$echarts = echarts; 3.在所使用模块 直接使用$echa 阅读全文
posted @ 2018-04-24 15:43 美力 阅读(1199) 评论(0) 推荐(0)