mirror of
				https://github.com/KevinMidboe/vue-js-modal.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	doc: fix js demo syntax error
This commit is contained in:
		| @@ -109,7 +109,7 @@ this.$modal.show('dialog', { | |||||||
|   title: 'Alert!', |   title: 'Alert!', | ||||||
|   text: 'You are too awesome', |   text: 'You are too awesome', | ||||||
|   buttons: [ |   buttons: [ | ||||||
|     { title: 'Deal with it', handler: () => { alert('Woot!') }, |     { title: 'Deal with it', handler: () => { alert('Woot!') } }, | ||||||
|     { title: 'Close' } |     { title: 'Close' } | ||||||
|  ] |  ] | ||||||
| }) | }) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user