Skip to content

Commit

Permalink
fix: Use v-show in vsc-popup-box
Browse files Browse the repository at this point in the history
  • Loading branch information
ktquez committed Jun 21, 2020
1 parent c4cf444 commit 67d0c85
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 @@ -7,7 +7,7 @@
>
<transition name="scale">
<div
v-if="show"
v-show="show"
id="vsc-popup-box"
class="vsc-popup-box"
>
Expand Down

0 comments on commit 67d0c85

Please sign in to comment.