element [Bug Report] 当在一个v-for中同时使用v-once,el-tooltip,el-pagination三者时,更新v-for数组报错"TypeError: Cannot read property '_isDestroyed' of undefined"

qlvxas9a  于 2022-10-20  发布在  其他
关注(0)|答案(2)|浏览(215)

Element UI version

2.13.0

OS/Browsers version

win10 / Google Chrome 73.0.3683.103(正式版本) (64 位)

Vue version

2.6.11

https://codepen.io/pen/vYEeJed

Steps to reproduce

在示例中点击el-pagination生成的页码

What is Expected?

控制台报错:[Vue warn]: Error in nextTick: 'TypeError: Cannot read property '_isDestroyed' of undefined'

What is actually happening?

在一个复杂业务场景中,发现在v-once,el-tooltip,el-pagination三者同时存在时,抛出以上异常。
经反复测试,去除其中任何一项,代码均可正常运行。
已在上述链接复现。
vue issues列表中曾有该报错的记录,但vue官方版本已修复。参考链接:
vuejs/vue#4288

gudnpqoy

gudnpqoy1#

Facing the same error. Did you find any solution for the same

nwsw7zdq

nwsw7zdq2#

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

相关问题