antdesignofvue项目

[Vue warn]: Error in render: "TypeError: Cannot read property 'isRootMenu' of undefined"  这个问题有朋友遇到过吗 目前是 我同事mac本安装依赖包后 正常启动没有报错 但是我windows 安装后 启动项目会有报错。。。初步怀疑是我电脑环境的问题但是这个也不是很懂

 

https://segmentfault.com/q/1010000018693445

这算是一个警告,isRootMenu再代码中初始化的时候是undefined,隐含的报错的风险,vue就爆出来了这条,所以找一下isRootMenu,看下为什么会undefined

https://blog.csdn.net/caperxi/article/details/107381234

https://github.com/react-component/menu/issues/255

看看能不能解决

源码发出来看看,发完整点

至少出错代码发出来