diff --git a/src/components/DestinationInfoCard.vue b/src/components/DestinationInfoCard.vue index 362e591..d903512 100644 --- a/src/components/DestinationInfoCard.vue +++ b/src/components/DestinationInfoCard.vue @@ -36,6 +36,17 @@ {{nearestStructureData.lon}} , {{nearestStructureData.lat}} + + + {{nearestStructureData.infoWheelchair}} + + @@ -223,6 +234,8 @@ export default { props: { nearestStructureData: Object, onClose: Function, + infoWheelchair: String + }, data() { return { diff --git a/src/views/Home.vue b/src/views/Home.vue index 1511d82..4e62571 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -201,7 +201,7 @@ out;`; nearestStructureData = { ...nearestStructureData, - infoWheelchair: infoWheelchair.value + infoWheelchair: infoWheelchair } //infoWheelchair can null,yes,no popupData.value = nearestStructureData; // Show popup