vue.min.js:6 TypeError: Cannot read property ‘forEach‘ of null
vue.min.js:6 TypeError: Cannot read property ‘length‘ of undefined
    <i-table v-bind:columns="tableColumns" v-bind:data="list" size="small" v-bind:loading="listLoading" v-bind:showPage="false" border></i-table>
data: function () {
  return {
    list: null, //list:[] 改为数组就不报错了。
}
}
原文:https://www.cnblogs.com/hao-1234-1234/p/13294904.html