Created
July 16, 2018 09:24
-
-
Save asvae/d6ad5095cb6cdf123d76f9ca882f125e 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="document-event-modal"> | |
<div class="document-event-modal__content" | |
@click.stop | |
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