feat:#5 linted format

This commit is contained in:
Elmar Kresse
2024-01-31 15:47:32 +01:00
parent b08f839558
commit 9dc8df0cd2
6 changed files with 1631 additions and 387 deletions

View File

@@ -1,8 +1,7 @@
<script lang="ts" setup>
import { computed, watch } from "vue";
import { computed } from "vue";
import localeStore from "../store/localeStore.ts";
import { useI18n } from "vue-i18n";
import { DropdownChangeEvent } from "primevue/dropdown";
import { usePrimeVue } from "primevue/config";
import primeVue_de from "@/i18n/translations/primevue/prime_vue_local_de.json";
import primeVue_en from "@/i18n/translations/primevue/prime_vue_local_en.json";