Posts by klawdyo • 16 points
2 posts
-
0
votes2
answers1154
viewsA: Generate line break in Vuejs with v-if
const app = new Vue({ el:"#app", data:{ items: [ 'feijão', 'arroz', 'macarrão', 'carne', 'tomate', 'pimentão', 'farofa', 'cuscuz', ] } }) <script…
-
-2
votes1
answer66
viewsA: Rap sheet on top of each other!
You are probably entering the ID of the saved item into the variables and when you try to save again, you are sending the same id. Probably. See your variables before saving the first time, what is…