安装 echarts
npm install echarts --save
//import echarts from 'echarts' 新版本echarts会报错 import * as echarts from 'echarts'
← 让两个组件之间通讯 文件对象→