Posts by MatheusFongaro • 11 points
2 posts
-
1
votes2
answers273
viewsA: Error making API requests using Axios and Vue-Resource
By error, it is able to access the api but is blocked by Cors. You have to see this issue in the api, not on your site
-
0
votes2
answers59
viewsA: How to reload date after a Vuejs action
Your array is being populated at the time the view is mounted, so any changes to the api that occur after that will not be reflected in your array of results. For changes in the view to occur, you…