Created
July 16, 2018 09:29
-
-
Save asvae/bebeb828485a565f14c3eb1259fe0842 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="click-target-modal"> | |
<div class="click-target-modal__content" | |
v-if="isDisplayed" | |
> | |
<slot></slot> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment