RT
v-model binds the variable "item.key"," within the loop and the actual result is that the value is displayed as a string binding. Awkward
are there any other methods that support two-way binding?
columns looks something like this
[
{
title: "",
key: "realName",
width: 110,
align: "center",
stype: "string",
canSearch: true
},
{
title: "",
key: "description",
width: 90,
align: "center",
stype: "string",
canSearch: true
},
.
]