组件是默认值报错:Props with type Object/Array must use a factory function to return the default value

今天在子组件设置默认值的时候出现以下错误: Invalid default value for prop "duoduanList": Props with type Object/Array must use a factory function to return the default value 问题显示: 产生问题的出处 解决办法 props传递数据的时候,默认值如果是数组或者对象,应该
相关文章
相关标签/搜索