gerson
2024-09-08 48736e40f235eddab1062bc49629b720fdb1201a
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);