Posts by Caio Denadai • 11 points
1 post
-
0
votes1
answer32
viewsQ: nativescript-Vue - Adding an object to a push array after zeroing the object adds a zeroed object
I am developing an app with nativescript-Vue where I have an address registration. I have the following data: data() { return { isRegistering: true, enderecos: [{ id: 1, descricao: 'Casa',…