dashboard
repositories
filestore
activity
search
login
main
/
education
安全在线教育平台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
提交
zhouwx
2024-06-18
faf5d0c966ff944c6e4d5a0ef2cd380084df7bbb
[education.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);
}
},
};