兰宝车间质量管理系统-前端
scmiot
2023-03-21 eec0fd43a35b1c4006ef63ce1ec040f201a1b067
1
2
3
4
5
6
7
8
9
10
import * as components from '@element-plus/icons-vue'
 
export default {
    install: (app) => {
        for (const key in components) {
            const componentConfig = components[key];
            app.component(componentConfig.name, componentConfig);
        }
    },
};