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

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38e12-4edb3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38e12-4edb3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?