dashboard
repositories
filestore
activity
search
login
main
/
fireworkEnterpriseSideWeb
烟花爆竹批发企业仓库安全风险监测前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
许可证
马宇豪
2025-04-16
e46a6e287f752825a8ae5f4024769cd3fbc39a4a
[fireworkEnterpriseSideWeb.git]
/
src
/
components
/
SvgIcon
/
svgicon.js
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);
}
},
};