Element UI version
2.15.14
OS/Browsers version
win10
Vue version
2.7.16
Reproduction Link
https://github.com/TangJang/elTableTest
Steps to reproduce
el-table中的v-mousewheel指令中,只做了事件绑定,没做事件解绑,导致使用地方的内存无法释放;
el-tooltip中的focus事件绑定是事件解绑用的不是同一个函数,导致使用地方的内存无法释放;
el-popover中事件解绑和事件绑定不一一对应,导致使用地方的内存无法释放;
What is Expected?
希望不再出现内存泄漏
What is actually happening?
现在使用的地方存在内存泄漏