dashboard
repositories
filestore
activity
search
login
main
/
signSafetyResponsibilityAgreement
安全责任书签署系统-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
bug修改
zhouwx
2025-03-26
915aa9658845f54442ccf2eeb0cc60e97323e808
[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);
}
},
};