标签:gotObject

【Vuebug】[Vuewarn]:Invalidprop:typecheckfailedforprop“data“.ExpectedArray,gotObject

  props: { commentInfo: { type: Array, default() { return []; } } }, //这里的type是一个数组,但是父传子时却传...