fix(checkbox): 修复vue3模式下,checkbox-group的change事件触发2次的问题 (#31)

* fix(checkbox): 修复vue3模式下,checkbox-group的change事件触发2次的问题

* fix(checkbox): fix
This commit is contained in:
申君健 2023-03-02 04:36:54 -08:00 committed by GitHub
parent 2b2dcae0ec
commit 591e960333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ const template = (mode) => {
export default {
name: $prefix + 'CheckboxGroup',
componentName: 'CheckboxGroup',
emits: ['change', 'update:modelValue'],
props: {
...$props,
_constants: {