Check the official website document to know
The introduction path of CSS has been changed
import 'element-plus/lib/theme-chalk/index.css'
Changed to the following path
import 'element-plus/dist/index.css'
Read More:
- [Solved] Vue3 Import element UI error: Uncaught TypeError: Cannot read properties of underfined…
- [Solved] vue3vite Error: Failed to resolve import “@vue/server-renderer from “src\App.vue“. Does the file exist
- [Solved] ERROR in ./node_modules/element-ui/lib/theme-chalk/fonts/element-icons.ttf
- Vue3.0 error: Failed to resolve component el-form-item (el element to be unable to be displayed)
- How to Solve Vue add element Install Error
- Vue JS import font.css error [How to Solve]
- [Solved] Vue Import swiper.css Error: Module not found…
- Vue3 + vite install element-plus error [How to Solve]
- Vue wran name Error: Unkown custom element [How to Solve]
- [Solved] Front end error: Unknown custom element
- [Solved] Vue element UI form verification error: cannot read property ‘validate’ of undefined
- Vue warn]: vue3 element Component emit Pass Event Error
- Vue3 Error: [vue/no-multiple-template-root] The template root requires exactly one element
- [Solved] Errors: 1 http://eslint.org/docs/rules/quotes…elementUI Import Error
- [Solved] Element form method resetfields() error: vue.runtime.esm.js?2b0e:1888 TypeError: Cannot read properties of undefined (reading ‘indexOf’)
- Vue element component V-for error [How to Modify)
- Front end initialization Vue element admin error [How to Solve]
- [Solved] Vue Element Date plug-in reports an error in form validation
- How to Solve Vue3 Import lodash error
- The solution to the problem that the custom styles of UI components such as element-ui in the vue project do not take effect