Solve the error: Module not found: Error: Can't resolve 'element-plus/lib/theme-chalk/index.css'

Solve the error: Module not found: Error: Can't resolve 'element-plus/lib/theme-chalk/index.css'

In vue3, the installation of element-ui has been changed to npm install --save element-plus, and the introduction of the corresponding css style has also been changed.
According to import 'element-plus/lib/theme-chalk/index.css'the introduction error ,
Insert image description here
it is solved after changing to the following code:

import 'element-plus/theme-chalk/index.css'

Supongo que te gusta

Origin blog.csdn.net/Stars_in_rain/article/details/122414201
Recomendado
Clasificación