dashboard
repositories
filestore
activity
search
login
main
/
signSafetyResponsibilityAgreement
安全责任书签署系统-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
项目初始化
zhouwx
2025-03-13
7d88ba6e2373679c5da3c9bc9ee5f7cd41c029e1
[signSafetyResponsibilityAgreement.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);
}
},
};