diff --git a/components/lib/avatargroup/AvatarGroup.d.ts b/components/lib/avatargroup/AvatarGroup.d.ts index 89a9d9c4a..b04349575 100644 --- a/components/lib/avatargroup/AvatarGroup.d.ts +++ b/components/lib/avatargroup/AvatarGroup.d.ts @@ -38,6 +38,11 @@ export interface AvatarGroupProps { * @type {AvatarGroupPassThroughOptions} */ pt?: AvatarGroupPassThroughOptions; + /** + * When enabled, it removes component related styles in the core. + * @defaultValue false + */ + unstyled?: boolean; } /** diff --git a/components/lib/avatargroup/AvatarGroup.vue b/components/lib/avatargroup/AvatarGroup.vue index 9d0ae8ccb..a4fb3c572 100644 --- a/components/lib/avatargroup/AvatarGroup.vue +++ b/components/lib/avatargroup/AvatarGroup.vue @@ -1,25 +1,14 @@ - - diff --git a/components/lib/avatargroup/BaseAvatarGroup.vue b/components/lib/avatargroup/BaseAvatarGroup.vue new file mode 100644 index 000000000..9120319d3 --- /dev/null +++ b/components/lib/avatargroup/BaseAvatarGroup.vue @@ -0,0 +1,37 @@ +