兰宝车间质量管理系统-前端
bleachtred
2024-04-18 4aa42f5c20d56661a3d7dbaad8a9d0a21bbb5f73
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);
    }
  }
};