forked from opentiny/tiny-vue
fix(checkbox): 修复vue3模式下,checkbox-group的change事件触发2次的问题 (#31)
* fix(checkbox): 修复vue3模式下,checkbox-group的change事件触发2次的问题 * fix(checkbox): fix
This commit is contained in:
parent
2b2dcae0ec
commit
591e960333
|
@ -27,6 +27,7 @@ const template = (mode) => {
|
|||
export default {
|
||||
name: $prefix + 'CheckboxGroup',
|
||||
componentName: 'CheckboxGroup',
|
||||
emits: ['change', 'update:modelValue'],
|
||||
props: {
|
||||
...$props,
|
||||
_constants: {
|
||||
|
|
Loading…
Reference in New Issue