1
I’m using the push in a request to put a new element in a list, but I noticed that the push puts the last result down there. I want to reverse that.
I’m using v-for to list, but I believe that the "fix" will be in the same push...:
dados.retornodosite.push(response.data);
How to invert the array?
worked out!!! thank you very much!!
– Horacio Neto
@Schedule If the answer solved your problem mark it as correct so that future visitors also take advantage of the solution.
– fernandosavio