vaemusic / datav-vue3

datav Vue3+TS+Vite版
https://datav-vue3.netlify.app
MIT License
512 stars 71 forks source link

Vue组件缓存后 resize 一直在计算 #61

Closed chg122345 closed 6 months ago

chg122345 commented 6 months ago

Vue组件缓存后 resize 一直在计算

autoResize文件中加入以下代码可解决

 onActivated(autoResizeMixinInit)
 onDeactivated(unbindDomResizeCallback)
anyedapingguo commented 6 months ago

官网在哪里?

vaemusic commented 6 months ago

已经在最新版本 1.7.3 中加上了 5b7f8d4