Error in mounted hook: "TypeError: Cannot read properties of undefined (reading 'setCurrentRow')"
时间: 2023-05-11 20:06:44 浏览: 775
jstree报错 Cannot read property ‘state’ of undefined
这个错误可能是由于在挂载钩子时,尝试访问未定义的属性 'setCurrentRow' 导致的。可能需要检查代码中是否正确定义了 'setCurrentRow' 属性,并确保在挂载钩子之前已经初始化。如果问题仍然存在,可以尝试使用调试工具来进一步分析问题。
阅读全文