Vue Import element-plus Error: Failed to resolve import “element-pluslibtheme-chalkindex.css“ from “src

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: