Element UI version
2.13.0
OS/Browsers version
win10 / Google Chrome 73.0.3683.103(正式版本) (64 位)
Vue version
2.6.11
Reproduction Link
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
2条答案
按热度按时间gudnpqoy1#
Facing the same error. Did you find any solution for the same
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.