From bb68e3d2504cf77f54edf60636ec19d6a6504998 Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Wed, 3 May 2017 18:07:06 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b84d83f..774f276 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ methods: { | Name | Description | | --- | --- | | before-open | Emits while modal is still invisible, but was added to the DOM | -| open | Emits after modal became visible or started transition | +| opened | 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 | +| closed | Emits right before modal is destoyed | ### Developers