From d07bbb52f74680ba5c860050015243d67dc673e7 Mon Sep 17 00:00:00 2001 From: NekoVari Date: Sat, 9 Dec 2023 23:48:04 +0700 Subject: [PATCH] alert can't routing --- src/components/DestinationInfoCard.vue | 1 + 1 file changed, 1 insertion(+) 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); }); }