mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改版本信息
This commit is contained in:
parent
29ba4e8c56
commit
57c15d6b4d
@ -19,6 +19,7 @@
|
|||||||
<script src="static/plugs/core/vue.router.js"></script>
|
<script src="static/plugs/core/vue.router.js"></script>
|
||||||
<script src="static/plugs/core/vue.sfc.loader.js"></script>
|
<script src="static/plugs/core/vue.sfc.loader.js"></script>
|
||||||
<script src="static/plugs/core/vue.element.plus.js"></script>
|
<script src="static/plugs/core/vue.element.plus.js"></script>
|
||||||
|
<script src="static/plugs/core/vue.element.icons.js"></script>
|
||||||
<script src="static/plugs/less/less.min.js"></script>
|
<script src="static/plugs/less/less.min.js"></script>
|
||||||
|
|
||||||
<!-- 加载基础框架模块 -->
|
<!-- 加载基础框架模块 -->
|
||||||
|
@ -81,8 +81,7 @@
|
|||||||
const app = Vue.createApp({});
|
const app = Vue.createApp({});
|
||||||
|
|
||||||
// 定义全局缓存,加载字体组件
|
// 定义全局缓存,加载字体组件
|
||||||
app.cache = {loadOpt: options, loadVue: loadVue};
|
app.cache = {loadOpt: options, loadVue: loadVue, icons: ElementPlusIconsVue};
|
||||||
app.cache.icons = await loadVue("/static/plugs/core/vue.element.icons.js");
|
|
||||||
for (let i in app.cache.icons) app.component(i, app.cache.icons[i]);
|
for (let i in app.cache.icons) app.component(i, app.cache.icons[i]);
|
||||||
|
|
||||||
// 注册 getApp 获取应用
|
// 注册 getApp 获取应用
|
||||||
|
Loading…
x
Reference in New Issue
Block a user