element+ 引入图标报错 Failed to resolve import "@element-plus/icons-vue" from "

1,448 阅读1分钟

element+ 引入图标报错
Internal server error: Failed to resolve import "@element-plus/icons-vue" from "src\components\TimeLine.vue". Does the file exist?

原因:element-plus需要单独引入 icons 文档

pnpm install @element-plus/icons-vue

之后就可以正常使用了