修改Icon前缀“ElIcon”

This commit is contained in:
zegezy
2022-05-09 21:52:12 +08:00
parent 4500164807
commit 4a0b81e70d
20 changed files with 65 additions and 72 deletions
@@ -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