Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
cr: halo doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-dp committed Jul 7, 2023
1 parent f571ec1 commit cda46ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/list_items/contact_info/contact_info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
:initials="avatarInitials"
:seed="avatarSeed"
:presence="presence"
:style="avatarHalo"
>
<img
v-if="avatarSrc"
Expand Down Expand Up @@ -210,7 +209,8 @@ export default {
* `initials` - Initial letters to display in avatar (required if src is empty)<br>
* `seed` - determines uniqueness of avatar background <br>
* `text` - text that overlays the avatar (optional) <br>
* `icon` - icon that overlays the avatar (optional)
* `icon` - icon that overlays the avatar (optional) <br>
* `halo` - halo highlight around the avatar. boolean true/false
*/
avatarList: {
type: Array,
Expand Down

0 comments on commit cda46ec

Please sign in to comment.