mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-13 15:43:43 +08:00
update 优化 组件装配顺序
This commit is contained in:
parent
b7d8b4e426
commit
bcd4a55656
@ -28,8 +28,8 @@ const app = createApp(App);
|
||||
|
||||
app.use(HighLight);
|
||||
app.use(ElementIcons);
|
||||
app.use(router);
|
||||
app.use(store);
|
||||
app.use(router);
|
||||
app.use(i18n);
|
||||
app.use(VXETable);
|
||||
app.use(plugins);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user