欢迎加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 @   常安·  阅读(14654)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 单元测试从入门到精通
· 【硬核科普】Trae如何「偷看」你的代码?零基础破解AI编程运行原理
· 上周热点回顾(3.3-3.9)
· winform 绘制太阳,地球,月球 运作规律
点击右上角即可分享
微信分享提示