Make modal background change pointer type
This commit is contained in:
parent
c7dedd9f61
commit
5f8fbbd864
1 changed files with 2 additions and 2 deletions
|
|
@ -2,11 +2,11 @@
|
|||
<transition name="fade" @after-enter="content = true">
|
||||
<div
|
||||
v-if="show"
|
||||
class="modal-container"
|
||||
class="modal-container clickable"
|
||||
@click.self.stop="content = false"
|
||||
>
|
||||
<transition name="burst" @after-leave="$emit('closed')">
|
||||
<div v-if="content" class="modal">
|
||||
<div v-if="content" class="modal unclickable">
|
||||
<slot />
|
||||
</div>
|
||||
</transition>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue