diff --git a/README.md b/README.md index 774f276..27655b7 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,44 @@ methods: { | before-close | Emits before modal is going to be closed. Can be stopped from the event listener calling `event.stop()` (example: you are creating a text editor, and want to stop closisng and ask user to correct mistakes if text is not valid) | closed | Emits right before modal is destoyed | +Example: +``` + + +``` + ### Developers To run an example: