The Checkbox check box is checked to get the data, but it cannot be selected or clicked. That is, the data is in, but the style is invalid.

< el-checkbox-group v handleCheckedCitiesChange model = "checkedCities" @ change= "handleCheckedCitiesChange" >

<el-checkbox v-for="city in cities" :label="city" :key="city">{{city}}</el-checkbox>

< / el-checkbox-group >

vMurmodel = "checkedCities" the bound data was obtained but failed to appear. The selected style was actually selected

.
Nov.23,2021

what did you do with it? I've also encountered


me, too. As long as v-model binds an array of objects, there's no problem if you don't bind objects

.
Menu