Last active
July 16, 2018 09:22
-
-
Save asvae/003578d7b9c4f9b5cafac22b8caa40ce 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="full-screen-overlay-modal"> | |
<div class="background" | |
@click="hide()" | |
v-if="isDisplayed" | |
/> | |
<div class="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