dashboard
repositories
filestore
activity
search
login
main
/
oceanScienceInspectWeb
深海科学与工程研究所安全巡检系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交
祖安之光
2026-02-26
41fedd7f7c501868d1b61832835db454887bbc47
[oceanScienceInspectWeb.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);
}
},
};