最近在vue项目中使用了Object.fromEntries,一切很正常,突然有一天 一个人说自己的浏览器访问不了页面(他的谷歌浏览器版本为68),报错如下

VM30 app-abdef50bb8c509329967.js:767 Uncaught TypeError: Object.fromEntries is not a function
at Module.<anonymous> (VM30 app-abdef50bb8c509329967.js:767)

后面经过查证才发现,是浏览器版本的问题。如下:

 

Object.fromEntries方法报错

相关文章:

  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2021-04-08
  • 2021-05-17
  • 2021-11-06
  • 2021-07-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-04
  • 2021-12-07
  • 2022-01-16
相关资源
相似解决方案