mirror of
				https://github.com/KevinMidboe/vue-js-modal.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	Update README.md
This commit is contained in:
		
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							| @@ -45,11 +45,11 @@ methods: { | ||||
| <h3>Events</h3> | ||||
|  | ||||
| | 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 | | ||||
|  | ||||
| <h3>Screenshots</h3> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user