Posts by Ryan Carlos • 13 points
1 post
-
-1
votes1
answer370
viewsQ: How to leave values already filled in the input (VUE Js)
I’m doing a simple CRUD, with Vue, Node, Mariadb. In the update part, I don’t know how to take the user values and leave already filled. (I’m beginner) <div> <p>Nome</p> <input…