diff --git a/components/DeliverySearch.vue b/components/DeliverySearch.vue new file mode 100644 index 0000000..86f7208 --- /dev/null +++ b/components/DeliverySearch.vue @@ -0,0 +1,81 @@ + + + + + + + + + + + + Yandex + {{ `${pickupPoint?.address?.street} ${pickupPoint?.address?.house}` }} + с day month бесплатно + + + + + + + + + + diff --git a/components/PvzMap.vue b/components/PvzMap.vue index 96cc91f..123fbe4 100644 --- a/components/PvzMap.vue +++ b/components/PvzMap.vue @@ -37,10 +37,35 @@ + + + + + + + + + + + + + + {{ activeTab === '0' ? 'Карта' : activeTab === '1' ? 'Список' : 'Другое' }} + + + +
{{ `${pickupPoint?.address?.street} ${pickupPoint?.address?.house}` }}