Name and ID attribute for vue form

Hi, I have a vue form that sends json file to my backend. Do I need to use id and name tag on inputs if I use v-model directive? It looks completely unnecessary to me, but maybe there is some good reason that I am not aware of.
Was this page helpful?