Added Shoe Size to Profile

This commit is contained in:
2024-11-21 21:56:07 +01:00
parent 024adba069
commit 5817931099

View File

@@ -215,6 +215,14 @@ const isLight = computed({
v-model="itemInfo.clothingSizeBottom"
/>
</UFormGroup>
<UFormGroup
label="Schuhgröße"
class="w-60"
>
<UInput
v-model="itemInfo.clothingSizeShoe"
/>
</UFormGroup>
</InputGroup>
<UDivider class="my-5" v-if="dataStore.activeProfile.id === itemInfo.id">