The main error is when setting prop for El form item
The name of the loop prop in El form item should be consistent with the name of the attribute in the form list, so as to ensure the consistency of components.
<template v-for="(person,index) in temp">
<el-form-item prop="name">
<el-input v-model="person.name"></el-input>
</el-form-item>
<el-button @click="removeDomain(index)" size="small">-</el-button>
</template>
Property value is person.name
prop=’name’
Read More:
- Modify the VDI path of VirtualBox on MacOSX, and transfer the virtual machine
- [Vue warn]: Invalid prop: type check failed for prop “disabled“
- How to Fix mat form field must contain a matformfieldcontrol error
- Form Compile Issues: (FRM-18108: Failed to load the following objects)
- Using AspectJ to transfer the data written to FTP service to MySQL database
- Elmentui form. When setting input type = number, remove the up and down arrows
- Solution to page scroll bar failure caused by opening secondary spring frame in Ant Design modal form
- ClobberError: The package ‘xxx‘ cannot be installed due to a path collision for ‘xx‘ This path alre
- Something‘s wrong–perhaps a missing \item. \begin{thebibliography}{1}
- About content type ‘multipart / form data…’ not support
- Serverlet: How to Add, Delete, Modify and Query item code
- Struts 2 encapsulates form data into list and map sets
- RuntimeError: Unable to find a valid cuDNN algorithm to run convolution
- How to batch create folders in Excel form and copy the specified files to a new folder
- Type error: sequence item 0: expected STR instance, int found
- Error in the project tag in the POM file of Maven project: failure to transfer
- Found item Attr/circleRadius more than one time
- sys.path.append(), os.path.exists(), os.path.join() and os.makedirs() meaning
- Three ways to get form data in struct2
- Ubuntu 20.04 builds nginx 1.18.0 and MAC file transfer / download to server