diff --git a/src/components/DestinationInfoCard.vue b/src/components/DestinationInfoCard.vue index fe577cc..7290026 100644 --- a/src/components/DestinationInfoCard.vue +++ b/src/components/DestinationInfoCard.vue @@ -410,6 +410,7 @@ export default { this.isRouting = true; }) .catch(error => { + alert(`Can't routing`) console.error('Error fetching route:', error); }); }