美文网首页
vue 报错-Module not found: Error:

vue 报错-Module not found: Error:

作者: 祈澈菇凉 | 来源:发表于2022-09-30 09:45 被阅读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   

再次运行
既可以成功


相关文章

网友评论

      本文标题:vue 报错-Module not found: Error:

      本文链接:https://www.haomeiwen.com/subject/ciwwortx.html