echarts 修改了写法
直接 import echarts from 'echarts’时报错,后面修改了引入时的写法就正常了!
import * as echarts from 'echarts'