上代碼,簡單明了,記錄下
1.監聽resize方法
mounted() {
const _this = this
window.addEventListener('resize', () => {
_this.getData()
}, false)
}
2. G2圖表改變大小方法
