欢迎加QQ交流:
2
0
2
3

[vite] Internal server error: Failed to resolve import "../node_modules/element-plus/lib/theme-chalk/index.css" from "src\main.js". Does the file exist?

书写 vue3 + vite + element plus 时 引入 element css报错:
[vite] Internal server error: Failed to resolve import "../node_modules/element-plus/lib/theme-chalk/index.css" from "src\main.js". Does the file exist?
检查后得知:
import '../node_modules/element-plus/lib/theme-chalk/index.css'  //  多了层 lib 文件夹
 
import '../node_modules/element-plus/theme-chalk/index.css' // 去掉lib 后就可以了
import 'element-plus/theme-chalk/index.css' // 去掉lib 后就可以了(写成这样也可以)
 
main.js
 
element 引入成功:
 
 
稳的一批,整起来
记得点赞评论噢(0.0)
posted @ 2022-04-27 09:28  常安·  阅读(13601)  评论(0编辑  收藏  举报