mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Added new example
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<div v-if="visibility.overlay"
|
||||
ref="overlay"
|
||||
class="v--modal-overlay"
|
||||
:aria-expanded="visible.toString()"
|
||||
:data-modal="name"
|
||||
@mousedown.stop="toggle(false)">
|
||||
<transition :name="transition">
|
||||
|
||||
Reference in New Issue
Block a user