fill-height is now a class, dense is a density and fix all v-selects

This commit is contained in:
N-Pex 2025-05-12 12:39:48 +02:00
parent fba172d5cf
commit bde99dc242
14 changed files with 109 additions and 90 deletions

View file

@ -15,11 +15,11 @@
</v-card-title>
<v-card-text>
<v-select
:model-value="$i18n.locale"
:modelValue="$i18n.locale"
:items="languages"
:menu-props="{ auto: true }"
:label="$t('profile.select_language')"
@update:model-value="(lang) => updateLanguage(lang)"
@update:modelValue="updateLanguage"
hide-details
prepend-icon="language"
single-line