useFetch help - not working/fetching data
hey I might be using this completely wrong because im still new to nuxtjs but here goes:
I am trying to use
here is the code:
I am trying to use
useFetch for getting data from https://valorant-api.com but it is not working. When I use old regular fetch it works with no problems and I don't know why useFetch is not working with the valorant-api. Because it works with now problem when I use it with the https://fakestoreapi.com/ api.here is the code:

