Skip to content

Commit

Permalink
fix: Change slot name from icon to button
Browse files Browse the repository at this point in the history
  • Loading branch information
ktquez committed Jun 24, 2020
1 parent 37b1eb2 commit 821ff4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SocialChat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
>
<span v-show="!show || !icon">
<slot
name="icon"
name="button"
:open="show"
>
<img
Expand Down

0 comments on commit 821ff4d

Please sign in to comment.