兰宝车间质量管理系统-前端
songgaoshuai
2024-03-07 6f9851a4e5fb507069c6ef3e93a76a2945a1b6fe
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);
    }
  }
};