兰宝车间质量管理系统-前端
baoshiwei
2025-05-20 e181f04c642204e79749af93fa921875ff6c21ba
src/plugins/svgicon.ts
@@ -2,9 +2,9 @@
import { App } from 'vue';
export default {
   install: (app: App) => {
      for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
         app.component(key, component);
      }
   }
  install: (app: App) => {
    for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
      app.component(key, component);
    }
  }
};