定义的时候
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.
繁花如伊
相关分类