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…
- How to Solve “Vue is not defined” Error
- [Solved] Vuepress Package Error: document is not defined
- [Solved] Errors: 1 http://eslint.org/docs/rules/quotes…elementUI Import Error
- [Solved] Error:Plugin/Preset files are not allowed to export objects, only functions
- Error: Duplicate plugin/preset detected [How to Solve]
- [Solved] Front end error: Unknown custom element
- “Failed to load resource: net::ERR_FILE_NOT_FOUND” error. The project created by vue-cli 3.0 can run under dev, and an error is reported after packaging, and the page is blank.
- [Solved] Vue Project Start Error: Support for the experimental syntax ‘jsx‘ isn‘t currently enabled
- Vue3 + vite install element-plus error [How to Solve]
- [Solved] vue-roter 4 Error: Error: Invalid route component/Uncaught (in promise) Error: Invalid route component
- How to Solve the error: initialize failed invalid dom
- Vue3.0 error: Failed to resolve component el-form-item (el element to be unable to be displayed)
- Vue wran name Error: Unkown custom element [How to Solve]
- [Solved] Vue item packaging error: Failed to load resource: the server responded with a status of 404 (Not Found)
- [Solved] Vuex Error: unknown action type: changeUserInfo
- Cannot read property ‘isFile‘ of undefined [How to Solve]
- [Solved] Vue element UI form verification error: cannot read property ‘validate’ of undefined
- [Solved] Vue uses webpack to package error: Createapp is not a function
- [Solved] Vue3 Configuration routing error: Catch all routes (“*“) must now be defined using a param with a custom regexp.