[Vuejs]-AbortController does not cancel axios.get

0👍

When I use fetch instead of axios, it works well. I really don’t undersand why, but I guess I’ll be using this instead

Edit

The axios CancelToken are working, so I’ll use that even if it’s deprecated (but both can be used)

Leave a comment