出错点: Invalid default value for prop "rowMsg": Props with type Object/Array must use a factory function to return the default value.
出错写法:
解决办法 :
如果是数组的话 写成 default : () => []
出错点: Invalid default value for prop "rowMsg": Props with type Object/Array must use a factory function to return the default value.
出错写法:
解决办法 :
如果是数组的话 写成 default : () => []