Posts by Francine Moraes • 3 points
2 posts
-
0
votes1
answer493
viewsQ: update with Vue.js
This is the code of my Component Listproducts.I was wondering how I can pass an id through the change button for when I create my Updateproducts.Pull the data that will be changed and then make the…
-
0
votes1
answer938
viewsQ: submit form with vuejs
I am trying to submit this form, but of the error when making the post. My object is empty so the api does not let insert in the database and the error. I would like help to know why the form data…