vuejs / vue-class-component

ES / TypeScript decorator for class-style Vue components.
MIT License
5.81k stars 429 forks source link

can el-checkbox-group bind the value returned by setup? #504

Closed ChainsDW closed 3 years ago

ChainsDW commented 3 years ago

el-checkbox-group's v-model cannot bind the value returned by setup? only the value from data?

demo

https://codepen.io/chainsdw/pen/VwKEvOX