|
@@ -46,10 +46,10 @@ import { Auth } from "@/components/ReAuth";
|
|
app.component("Auth", Auth);
|
|
app.component("Auth", Auth);
|
|
|
|
|
|
getServerConfig(app).then(async config => {
|
|
getServerConfig(app).then(async config => {
|
|
|
|
+ setupStore(app);
|
|
app.use(router);
|
|
app.use(router);
|
|
await router.isReady();
|
|
await router.isReady();
|
|
injectResponsiveStorage(app, config);
|
|
injectResponsiveStorage(app, config);
|
|
- setupStore(app);
|
|
|
|
app
|
|
app
|
|
.use(MotionPlugin)
|
|
.use(MotionPlugin)
|
|
.use(useI18n)
|
|
.use(useI18n)
|