diff --git a/index.html b/index.html index e78673bc6..f909f3083 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,7 @@ + diff --git a/static/app.js b/static/app.js index 47d871162..f04becc7b 100644 --- a/static/app.js +++ b/static/app.js @@ -81,8 +81,7 @@ const app = Vue.createApp({}); // 定义全局缓存,加载字体组件 - app.cache = {loadOpt: options, loadVue: loadVue}; - app.cache.icons = await loadVue("/static/plugs/core/vue.element.icons.js"); + app.cache = {loadOpt: options, loadVue: loadVue, icons: ElementPlusIconsVue}; for (let i in app.cache.icons) app.component(i, app.cache.icons[i]); // 注册 getApp 获取应用