electron+vue项目使用serialport报错Cannot read property ‘indexOf‘ of undefined解决办法
最新推荐文章于 2025-03-03 15:45:11 发布
本文讲述了在使用Electron和Vue项目时遇到的serialport引入错误,解决方案是在vue.config.js的electronBuilder配置中添加serialport到externals数组中,以避免‘indexOf’ofundefined的问题。

4040





