alert can't routing

This commit is contained in:
NekoVari 2023-12-09 23:48:04 +07:00
parent d833cf1ea9
commit d07bbb52f7

View file

@ -410,6 +410,7 @@ export default {
this.isRouting = true;
})
.catch(error => {
alert(`Can't routing`)
console.error('Error fetching route:', error);
});
}