wujingjing
2024-09-14 b4e7be3a13361286ff1f7a1523ea6163aa9a2343
src/main.ts
@@ -13,6 +13,7 @@
import * as ElementPlusIconsVue from '@element-plus/icons-vue';
import { gotoRoute } from '/@/utils/route';
const app = createApp(App);
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
   app.component(key, component);