1👍
✅
Try this:
<input type="text" name="name" :id="'name_' + index" required v-model="data.fieldNames[index]"/>
Maybe the problem is that v-for is not passing the reference because it’s a primitive type.
Source:stackexchange.com