[WIP] Добавил переключение изображений в просмотре
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
.flex.w-full.gap-x-4
|
||||
base-modal-showing-picture(
|
||||
v-model="isShowsPicture",
|
||||
:picture="value.pictures.find((el) => el.id === pictureId)?.photo",
|
||||
:init-picture="value.pictures.find((el) => el.id === pictureId)",
|
||||
:list-pictures="value.pictures"
|
||||
)
|
||||
.flex.flex-col.gap-y-2.p-2.rounded(
|
||||
v-if="value.pictures.length || isEdit",
|
||||
|
||||
Reference in New Issue
Block a user