vue中Echarts之省市地图(北京市)展示相关数据

1. 下载ECharts 插件 npm i echarts --save 2. 引入省市地图 import echarts from 'echarts' Vue.prototype.echarts = echarts import '../node_modules/echarts/map/js/province/beijing.js'  // 引入北京地图数据 3. 模块中布局 <template
相关文章
相关标签/搜索