electron-vue 运行报错 Object.fromEntries is not a function 的解决方案

问题描述

electron-vue 脚手架搭建的项目,运行后前端控制台打印报错:Object.fromEntries is not a function

解决方案

1、安装 polyfill-object.fromentries,在项目根目录执行命令

npm install polyfill-object.fromentries

2、在 ./electron-vue 下的 dev-client.js 中引入依赖

import 'polyfill-object.fromentries';

猜你喜欢

发表评论

最新发布