mirror of
https://github.com/certd/certd.git
synced 2026-07-19 13:17:33 +08:00
refactor: export
This commit is contained in:
@@ -21,6 +21,7 @@ const icons = {
|
||||
}
|
||||
export default function (app) {
|
||||
_.forEach(icons, item => {
|
||||
console.log('icons:', item.name)
|
||||
app.component(item.name, item)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user