diff --git a/README.md b/README.md index 5e50e3e..26ee225 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ methods: {

Events

| Name | Description | -| --- | | -| before-open | | -| open | | -| before-close | | -| close | | +| --- | --- | +| before-open | Emits while modal is still invisible, but was added to the DOM | +| open | Emits after modal became visible or started transition | +| 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) +| close | Emits right before modal is destoyed |

Screenshots