烟花爆竹批发企业仓库安全风险监测前端
祖安之光
2026-03-17 adb116fe36808c0bf1c4225c9f455e9368f62544
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);
        }
    },
};