vue项目+elementui报错 [Vue warn]: Invalid prop: type check failed for prop "index".

使用element-ui在vue项目中,使用NavMenu 导航菜单加入循环会有如下警告
代码如下:


      
      
        
        {{ childItem.label }}
      


错误如下:
vue项目+elementui报错 [Vue warn]: Invalid prop: type check failed for prop
解决办法:
将index拼成字符串,就可以轻松解决啦
vue项目+elementui报错 [Vue warn]: Invalid prop: type check failed for prop

你可能感兴趣的:(vue项目+elementui报错 [Vue warn]: Invalid prop: type check failed for prop "index".)