We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ElNotification组件样式错位 官网示例
本地样式错位
引入代码如下
import AutoImport from 'unplugin-auto-import/vite' import Components from 'unplugin-vue-components/vite' import { ElementPlusResolver } from 'unplugin-vue-components/resolvers' module.exports = { // ... plugins: [ AutoImport({ resolvers: [ElementPlusResolver()], }), Components({ resolvers: [ElementPlusResolver()], }), ], }
none
node:14.18.2 system:win10 unplugin-auto-import@0.11.4 unplugin-vue-components@0.22.9 element-plus@2.2.19 vue@3.2.41 vite@3.1.8 chrome@106.0.5249.119
yarn
The text was updated successfully, but these errors were encountered:
It might not be the plugin issue
Sorry, something went wrong.
if you use auto-import, css weight wiill be higher.
我自定义scss变量的时候,ElMessage和ElMessageBox组件直接没样式,最后只能再增加一个插件unplugin-element-plus解决
No branches or pull requests
Describe the bug
ElNotification组件样式错位

官网示例
本地样式错位

引入代码如下
Reproduction
none
System Info
Used Package Manager
yarn
Validations
The text was updated successfully, but these errors were encountered: