echarts 随页面尺寸变化,resize重绘

 // mounted中添加窗口监听。resize重绘页面:
mounted(){ window.onresize
= () => { //监听窗口变化 return(()=>{ this.forwardingTrend.resize(); })() }; },

 

posted on 2019-11-19 14:49  活在当下zql  阅读(1978)  评论(0)    收藏  举报