见代码
<pie ref='Pie' />
setTimeout(()=>{
this.$refs.Pie.Echarts()
},10)
具体报错原因于vue的加载机制有关,
或者使用this.$nextText()