"complect" : [ "iPhone", "EarPods", "Адаптер", "Кабель", "Документация" ] 

It is necessary to implement this element on VueJS CRUD. Lines can be any number. One input - 1 array element. Or is VueJS no function similar in jQuery?

With Update, each line must have a button for updating and deleting a line.

The main question: how to work with HTML elements through VueJS? How to create add lines at the end of an element?

  • 2
    I apologize for being direct - but did you read the documentation? - Maxim K
  • Yes, and if I understand you correctly, all your help is to send me to read the documentation - thanks, very grateful. - yanodincov
  • 3
    The bottom line is that if you read the docks well, you would understand that vue is not used to directly manipulate the DOM, but a template is created that is associated with the data. After jQuery, this paradigm may be difficult to understand, but forget about jQuery and re-read the docks - Maxim K

0