vue 报错-Module not found: Error:
2022-09-30 本文已影响0人
祈澈菇凉
在运行项目的时候,会出现这样的报错
error in ./src/util/service.js
Module not found: Error: Can't resolve 'element-plus' in 'D:\BaiduNetdiskDownload\code\src\util'
解决办法
安装 element-plus模块
npm install element-plus --save
再次运行
既可以成功