Skip to content

Commit

Permalink
feat(reflected attrs): tail is a reflected attribute #19
Browse files Browse the repository at this point in the history
  • Loading branch information
gusnaughton authored and jason-capsule42 committed Dec 28, 2021
1 parent 56acbd9 commit f26add3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/auro-avatar.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ class AuroAvatar extends LitElement {
reflect: true
},
tail: {
type: String
type: String,
reflect: true
},
type: {
type: String
Expand Down

0 comments on commit f26add3

Please sign in to comment.