карта ПВЗ
All checks were successful
Deploy / build (push) Successful in 2m10s

This commit is contained in:
alsaze
2025-10-17 19:15:10 +03:00
parent 2b8a5e5774
commit 3119ecc2fa
9 changed files with 377 additions and 249 deletions

View File

@@ -41,7 +41,7 @@ const initMap = async (lat: number, lon: number) => {
})
mapInstance.value = map
props.pickupPoints.forEach((point) => {
props?.pickupPoints?.forEach((point) => {
const placemark = new window.ymaps.Placemark(
[point?.position?.latitude, point?.position?.longitude],
{