I'm using push in a request to put new element in a list, but I noticed that push puts the last result down. I want to reverse this.
I'm using v-for to list, but I believe the "fix" will be in the same push ... follow the code:
dados.retornodosite.push(response.data);
How to invert the array?