Update README.md

This commit is contained in:
Yev Vlasenko
2017-05-03 18:07:06 +01:00
committed by GitHub
parent 3cd7bffc9e
commit bb68e3d250

View File

@@ -58,9 +58,9 @@ methods: {
| Name | Description | | Name | Description |
| --- | --- | | --- | --- |
| before-open | Emits while modal is still invisible, but was added to the DOM | | 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) | 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 ### Developers