mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 02:39:14 +02:00
feat:#60 format, lint and fix build
This commit is contained in:
@@ -7,7 +7,7 @@ import router from "../router";
|
||||
import tokenStore from "../store/tokenStore";
|
||||
import { useToast } from "primevue/usetoast";
|
||||
import { useI18n } from "vue-i18n";
|
||||
const { t } = useI18n({ useScope: 'global' })
|
||||
const { t } = useI18n({ useScope: "global" });
|
||||
|
||||
const toast = useToast();
|
||||
|
||||
@@ -62,7 +62,7 @@ function loadCalendar(): void {
|
||||
<div class="flex flex-column">
|
||||
<div class="flex align-items-center justify-content-center h-4rem mt-2">
|
||||
<h3 class="text-4xl">
|
||||
{{$t("editCalendarView.headline")}}
|
||||
{{ $t("editCalendarView.headline") }}
|
||||
<i
|
||||
class="pi pi-pencil vertical-align-baseline ml-2"
|
||||
style="font-size: 2rem"
|
||||
@@ -72,7 +72,7 @@ function loadCalendar(): void {
|
||||
<div
|
||||
class="flex align-items-center justify-content-center h-4rem border-round"
|
||||
>
|
||||
<p class="text-2xl">{{$t("editCalendarView.subTitle")}}</p>
|
||||
<p class="text-2xl">{{ $t("editCalendarView.subTitle") }}</p>
|
||||
</div>
|
||||
<div
|
||||
class="flex align-items-center justify-content-center border-round m-2"
|
||||
|
Reference in New Issue
Block a user