visma-meglerfront / sweet-modal-vue

The sweetest library to happen to modals.
Other
755 stars 85 forks source link

Watch a modal when closed? #62

Closed einnar82 closed 6 years ago

einnar82 commented 6 years ago

How to watch a model when close?

bluefirex commented 6 years ago

What do you mean by "watching"? Detecting changes in display state?

einnar82 commented 6 years ago

Yes exactly @bluefirex

bluefirex commented 6 years ago

The modal emits events "open" and "close", whenever its state changes. Just add your handler like this:

<sweet-modal ... v-on:open="yourHandlerForOpenHere" v-on:close="yourHandlerForCloseHere">