update 优化 组件装配顺序

This commit is contained in:
疯狂的狮子Li 2026-06-25 17:32:49 +08:00
parent b7d8b4e426
commit bcd4a55656

View File

@ -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);