feat:#60 format, lint and fix build

This commit is contained in:
masterElmar
2023-11-16 23:45:45 +01:00
parent 9f937afe94
commit e9db7cb4b0
24 changed files with 307 additions and 271 deletions

View File

@ -72,7 +72,10 @@ function nextStep() {
<template #header>
<div class="flex justify-content-between flex-wrap">
<div class="flex align-items-center justify-content-center">
<h3>{{$t('moduleSelection.modules')}} - {{ selectedModules.length }}</h3>
<h3>
{{ $t("moduleSelection.modules") }} -
{{ selectedModules.length }}
</h3>
</div>
<div class="flex align-items-center justify-content-center">
<ToggleButton
@ -89,7 +92,7 @@ function nextStep() {
</template>
<template #empty>
<p class="p-4 text-2xl font-bold text-900 empty-message">
{{$t("moduleSelection.noModulesAvailable")}}
{{ $t("moduleSelection.noModulesAvailable") }}
</p>
</template>
<template #list="slotProps">
@ -132,4 +135,4 @@ function nextStep() {
width: 50rem;
}
}
</style>
</style>