vue3中element-plus的一些消息提示框,弹出框没有样式效果

在main.ts中进行样式的引入就行了,这类bug都可以这样解决。

import "element-plus/theme-chalk/el-loading.css";
import "element-plus/theme-chalk/el-message.css";
import "element-plus/theme-chalk/el-notification.css";
import "element-plus/theme-chalk/el-message-box.css";
import "element-plus/theme-chalk/el-drawer.css";

你可能感兴趣的:(vue3,前端,vue.js)