[ECharts] Component legend is used but not imported.

在vue中用百度ECharts按需导入,报了下图的错误:

 报错原因:是使用时,没有导入legend组件!

解决方法:在js区域头部增加导入即可,代码如下

require('echarts/lib/component/legend')