Skip to content

Commit

Permalink
fix(ui): register VAvatarGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Oct 27, 2023
1 parent e2c5dd0 commit 3399090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions docs/.vitepress/theme/components/MorphemeShowcase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,4 @@ const selectValue = ref();
.showcase h3 {
margin-bottom: 0;
}
.section-header {
}
</style>
3 changes: 2 additions & 1 deletion packages/ui/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ import {
ListItemContent,
} from '@morpheme/list';
import { Icon } from '@morpheme/icon';
import Avatar from '@morpheme/avatar';
import Avatar, { AvatarGroup } from '@morpheme/avatar';
import Shimmer from '@morpheme/shimmer';
import VAutocomplete from '@morpheme/autocomplete';
import './style.scss';
Expand Down Expand Up @@ -202,6 +202,7 @@ const plugin: Plugin = {
app.component('VListItemContent', ListItemContent);
app.component('VIcon', Icon);
app.component('VAvatar', Avatar);
app.component('VAvatarGroup', AvatarGroup);
app.component('VShimmer', Shimmer);
app.component('VAutocomplete', VAutocomplete);
app.component('VRating', Rating);
Expand Down

0 comments on commit 3399090

Please sign in to comment.