formilyjs / element-plus

Formily Element Plus Adaptor
MIT License
91 stars 81 forks source link

fix: fix checkbox-group v-model not effect #8

Closed wanghansong closed 2 years ago

wanghansong commented 2 years ago

Before submitting a pull request, please make sure the following is done...

Please do not delete the above content


What have you changed?

bugfix: fix checkbox-group v-modelnot effect

v-model use @update:modelValue in vue3 not use @change in vue2