mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-02 07:01:47 +08:00
feat 同步前端代码
feat 同步PC代码 feat 增加1.9DB feat 同步逻辑
This commit is contained in:
@@ -16,8 +16,8 @@ export function getLocalIconNames() {
|
||||
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
for (const [iconName, component] of Object.entries(ElementPlusIcons)) {
|
||||
const componentName = `${EL_ICON_PREFIX}${iconName}`
|
||||
elIconsName.push(componentName)
|
||||
nuxtApp.vueApp.component(componentName, component)
|
||||
const componenName = `${EL_ICON_PREFIX}${iconName}`
|
||||
elIconsName.push(componenName)
|
||||
nuxtApp.vueApp.component(componenName, component)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user