Answer the question
In order to leave comments, you need to log in
Editing and adding data through the same form?
I'm making a web application with Vue.js.
I want to do adding and editing list data through the same HTML form. There are no problems with adding, but editing cannot be done. How to pass the data of the selected element to the form?
Tried using this method:
editItem: function(index) {
this.item = this.items[index];
$('#modal').modal('show');
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question