控制台报错信息:

解决TypeError: Cannot read property ‘_vueTypes_name‘ of null

错误原因:

根据第一行警告信息:value “undefine” should be of type “Array”,可以知道
某个值应该是"Array"类型的,结果是"undefined"

解决办法:

找到应定义为数组类型的值,如果可能为空就加上空判断

相关文章:

  • 2022-12-23
  • 2022-01-31
  • 2021-04-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
猜你喜欢
  • 2022-01-17
  • 2022-03-01
  • 2021-07-25
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案