定义的时候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.
添加回答
举报
0/150
提交
取消