Added Shoe Size to Profile
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user