src/main.ts
@@ -7,11 +7,15 @@ import other from '/@/utils/other'; import ElementPlus from 'element-plus'; import * as ElementPlusIconsVue from '@element-plus/icons-vue' import '/@/theme/index.scss'; import VueGridLayout from 'vue-grid-layout'; const app = createApp(App); //您需要从 @element-plus/icons-vue 中导入所有图标并进行全局注册。 for (const [key, component] of Object.entries(ElementPlusIconsVue)) { app.component(key, component) } directive(app); other.elSvg(app);