Object.fromEntries方法报错

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

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

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

 

Object.fromEntries方法报错_第1张图片

你可能感兴趣的:(vue,javascript)