Skip to content

Commit

Permalink
Merge pull request #8 from wanghansong/bugfix-checkbox
Browse files Browse the repository at this point in the history
fix: fix checkbox-group v-model not effect
  • Loading branch information
yiyunwan authored Jun 9, 2022
2 parents eb12862 + a1e1405 commit 37a6ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/checkbox/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export type CheckboxGroupProps = typeof ElCheckboxGroup & {
}

const TransformElCheckboxGroup = transformComponent(ElCheckboxGroup, {
change: 'change',
change: 'update:modelValue',
})

const CheckboxGroupOption: Component = defineComponent({
Expand Down

0 comments on commit 37a6ba1

Please sign in to comment.