fix:#53 linted formatted frontend files

This commit is contained in:
Elmar Kresse
2024-09-07 10:09:30 +02:00
parent a9234cbb16
commit fcbe5c0c55
115 changed files with 14849 additions and 11152 deletions

View File

@@ -65,7 +65,7 @@ let router: Router;
export const createApp = ViteSSG(
App,
{
{
base: import.meta.env.BASE_URL,
routes: routes.routes,
},
@@ -83,8 +83,8 @@ export const createApp = ViteSSG(
// External redirect
if (to.matched.some((record) => record.meta.redirect)) {
window.location.replace(to.meta.redirect as string);
return;
window.location.replace(to.meta.redirect as string);
return;
}
const newLocale = to.params.locale;
@@ -111,7 +111,7 @@ export const createApp = ViteSSG(
app.use(DialogService);
i18n.setup();
app.use(i18n.vueI18n);
app.use(PrimeVue);
app.component("Avatar", Avatar);
app.component("Badge", Badge);
@@ -142,6 +142,6 @@ export const createApp = ViteSSG(
app.component("Skeleton", Skeleton);
app.component("Calendar", Calendar);
},
)
);
export {router}
export { router };