Answer the question
In order to leave comments, you need to log in
Send data to a form?
Guys, hello everyone!
I am learning to work in vue.js. Can you tell me why the data is not displayed in the form? Where did you go wrong?
Answer the question
In order to leave comments, you need to log in
Where did you go wrong?
v-for
you can't use it there. A form inside a c element v-for
- why do you need multiple forms? Manually created markup for form elements - although here it should be generated using v-for
an array based on data. new Vue, after all, you create an instance of the class, + you can’t wrap the root element in a cycle, + you generate a new form at each iteration of the cycle, the whole template is written incorrectly
Greetings!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question