From c2788b5375d76f717eba0e4c64302b21e91d8ec1 Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Tue, 14 Mar 2017 20:06:08 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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