为了账号安全,请及时绑定邮箱和手机立即绑定

vue的props问题

vue的props问题

一只萌萌小番薯 2018-12-21 14:19:24
定义的时候components:{                        'collapsedMenuList':{   //折叠菜单组件                template:'#collapsedMenuList',                props:['item'],                data: function(){                    return{                    }                }            }        }html使用的时候<collapsed-menu-list :item="i" v-for="(i,index) in menuList"></collapsed-menu-list>但是却会报一个错误[Vue warn]: Property or method "item" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.
查看完整描述

1 回答

?
繁花如伊

TA贡献2012条经验 获得超12个赞

如果报的错看不懂,可以翻一下,还是看不懂再来问。
很明显了,这个报错说在渲染的时候找不到'item'这个属性或者方法,确保在data中有这个选项

查看完整回答
反对 回复 2019-01-07
  • 1 回答
  • 0 关注
  • 1117 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信