mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2026-05-15 00:00:02 +08:00
修改Icon前缀“ElIcon”
This commit is contained in:
@@ -23,7 +23,7 @@ const install = (app) => {
|
||||
app.config.globalProperties.$common = common
|
||||
app.config.globalProperties.$treeTable = treeTable
|
||||
for(var key in PlusIcons) {
|
||||
app.component(`El${key}`, PlusIcons[key])
|
||||
app.component(`ElIcon${key}`, PlusIcons[key])
|
||||
}
|
||||
}
|
||||
export default install
|
||||
|
||||
Reference in New Issue
Block a user