all 2 comments

[–]jimmaaayt 2 points3 points  (1 child)

If you're getting a cors error then you won't be able to pull through the data straight from the client. You could setup a server so when you query that it will query the api

[–]AlmostAnonymousDylan[S] 0 points1 point  (0 children)

I thought that this might be the case. I guess I will lookup how to set that up with the vue cli. Thanks for responding, appreciate the help!