兰宝车间质量管理系统-前端
gssong
2024-06-07 f95f6e8390c355bd601849de26b338bb64c97b90
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);
    }
  }
};