mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07: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(HighLight);
|
||||||
app.use(ElementIcons);
|
app.use(ElementIcons);
|
||||||
app.use(router);
|
|
||||||
app.use(store);
|
app.use(store);
|
||||||
|
app.use(router);
|
||||||
app.use(i18n);
|
app.use(i18n);
|
||||||
app.use(VXETable);
|
app.use(VXETable);
|
||||||
app.use(plugins);
|
app.use(plugins);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user