The value of the vue element-ui checkbox is duplicated. Choosing one will select the other.

problem description

The value of the

vue element-ui checkbox is duplicated. Choosing one will select the other

the environmental background of the problems and what methods you have tried

the values of the two multiboxes are the same, and so are the bound label values,

related codes

/ / Please paste the code text below (do not replace the code with pictures)
cycle out the multiple checkboxes

what result do you expect? What is the error message actually seen?

when one of them is selected, the other one is also selected. Can you select only one of them

Dec.07,2021

[{
    label: '',
    value: '1'
},{
    lable: '',
    value: '2'
}]

how did the landlord solve the problem? Ask for advice

Menu