2026-05-21 @arco-design_web-vue.js?v=dff20e91:16021 Uncaught (in promise) TypeError: this.renderFunc is not a function
this.renderFunc 不是一个函数
大致原因是你当前使用了acro的组件,你给他设置的数据类型不匹配,所以就报错了
以我碰到的错误为例,我给a-tree的数据中没有指定key,所以就报错了
this.renderFunc 不是一个函数
大致原因是你当前使用了acro的组件,你给他设置的数据类型不匹配,所以就报错了
以我碰到的错误为例,我给a-tree的数据中没有指定key,所以就报错了