[plugin:vite:import-analysis] Failed to resolve import "element-plus/lib/theme-chalk/index.css" from "src\main.js". Does the file exist?
E:/学习/vue3/project03/src/main.js:6:9
4 | import store from './store';
5 | import elementPlus from 'element-plus';
6 | import 'element-plus/lib/theme-chalk/index.css';
| ^
7 | // 使用.use(elementPlus)添加插件
8 | createApp(App).use(router).use(elementPlus).mount('#app')
at formatError (E:\学习\vue3\project03\node_modules\vite\dist\node\chunks\dep-76613303.js:36769:46)
at TransformContext.error (E:\学习\vue3\project03\node_modules\vite\dist\node\chunks\dep-76613303.js:36765:19)
at normalizeUrl (E:\学习\vue3\project03\node_modules\vite\dist\node\chunks\dep-76613303.js:73686:26)
at async TransformContext.transform (E:\学习\vue3\project03\node_modules\vite\dist\node\chunks\dep-76613303.js:73826:57)
at async Object.transform (E:\学习\vue3\project03\node_modules\vite\dist\node\chunks\dep-76613303.js:36985:30)
at async doTransform (E:\学习\vue3\project03\