Skip to content

Commit

Permalink
Update demo.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
yanmao committed Sep 10, 2021
1 parent f115825 commit f4384ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vue/src/components/demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
v-for="member in members"
:key="member['id']"
size="30"
:style="`background-color:${member['color']}`"
:style="`backgroundColor:${member['color']}`"
>
{{member['name']}}
</avatar>
Expand Down

0 comments on commit f4384ac

Please sign in to comment.