报错Error in nextTick: “TypeError: undefined is not iterable

Error in nextTick: “TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))”

报错Error in nextTick: “TypeError: undefined is not iterable_第1张图片
父组件没有传对应的参数 找不到:

<label-template
   :image-list="checkImageList"
   :tag-list="tagList"
   @onAllFeatures="onAllFeatures"
   :active-tab="activeTab"
   @next-page="nextPage"
   @previous-page="previousPage"
 />
historicalList.length //父组件没有传list, 但子组件使用了且获取长度

你可能感兴趣的:(遇到的报错,javascript,vue.js,开发语言)