Skip to content

Commit

Permalink
fix: add classes for popup
Browse files Browse the repository at this point in the history
Co-Authored-By: Kyle <1763574+Kyle123@users.noreply.github.com>
  • Loading branch information
vinayakkulkarni and Kyle123 committed Sep 17, 2020
1 parent a3550e7 commit a7d486b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UI/Popup.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div style="display: none">
<!-- @slot Slot for popup content -->
<slot />
<slot :class="[className]" />
</div>
</template>

Expand Down

0 comments on commit a7d486b

Please sign in to comment.