Skip to content

Commit

Permalink
fix: 修复abuttonGroup重复注册得bug
Browse files Browse the repository at this point in the history
Closes #305
  • Loading branch information
greper committed Dec 15, 2023
1 parent 500d793 commit 2ea5d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/ui-antdv4/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default {
if (options.setupIcons !== false) {
setupIcons(app);
}
app.component("AButtonGroup", Button.Group);
// app.component("AButtonGroup", Button.Group);
return antdvUi;
},
set
Expand Down

0 comments on commit 2ea5d5c

Please sign in to comment.