84669 人が学習中
152542 人が学習中
20005 人が学習中
5487 人が学習中
7821 人が学習中
359900 人が学習中
3350 人が学習中
180660 人が学習中
48569 人が学習中
18603 人が学習中
40936 人が学習中
1549 人が学習中
1183 人が学習中
32909 人が学習中
import echarts from 'echarts/dist/echarts.js';
import 'echarts/map/js/world.js';
echarts3是通过npm 安装,路径也正确,就是不知道为什么提示map world not exists。
ringa_lee
import echarts from 'echarts'; require('echarts/map/js/world.js');
ringa_lee