Skip to content

Instantly share code, notes, and snippets.

@asvae
Last active July 16, 2018 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asvae/003578d7b9c4f9b5cafac22b8caa40ce to your computer and use it in GitHub Desktop.
Save asvae/003578d7b9c4f9b5cafac22b8caa40ce to your computer and use it in GitHub Desktop.
<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