ask for instructions on how to verify the objects in the array in the object.
to verify dataForm.phones [0] .brand
< el-form
< el-form-item.
data are as follows:
data() {
return {
dataFrom: {
name: "",
computer: { brand: "intel", model: "E3-1231" },
phones: [
{ brand: "", model: "P9" },
{ brand: "", model: "MI8" }
]
}
}
}