diff --git a/components/lib/avatar/Avatar.d.ts b/components/lib/avatar/Avatar.d.ts index 09c5b0784..f2efdf1f8 100644 --- a/components/lib/avatar/Avatar.d.ts +++ b/components/lib/avatar/Avatar.d.ts @@ -88,6 +88,11 @@ export interface AvatarProps { * @type {AvatarPassThroughOptions} */ pt?: AvatarPassThroughOptions; + /** + * When enabled, it removes component related styles in the core. + * @defaultValue false + */ + unstyled?: boolean; } /** diff --git a/components/lib/avatar/Avatar.vue b/components/lib/avatar/Avatar.vue index b79474a37..6acf78df4 100644 --- a/components/lib/avatar/Avatar.vue +++ b/components/lib/avatar/Avatar.vue @@ -1,100 +1,25 @@ - - diff --git a/components/lib/avatar/BaseAvatar.vue b/components/lib/avatar/BaseAvatar.vue new file mode 100644 index 000000000..c2775927a --- /dev/null +++ b/components/lib/avatar/BaseAvatar.vue @@ -0,0 +1,98 @@ +