vue cli3 启动报错 core-js/modules/es.object.to-string in ./src/router/index.js

696 阅读1分钟

在这里插入图片描述

解决办法
安装 npm install --save core-js
重启 npm run serve