mirror of
				https://github.com/KevinMidboe/vue-js-modal.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	Updated docs
This commit is contained in:
		| @@ -49,12 +49,16 @@ export default { | ||||
|           type: Boolean, | ||||
|           default: false | ||||
|         }, | ||||
|         draggable: { | ||||
|           type: Boolean, | ||||
|           default: false | ||||
|         }, | ||||
|         transition: { | ||||
|           type: String, | ||||
|         }, | ||||
|         classes: { | ||||
|           type: [String, Array], | ||||
|           default: 'nice-modal', | ||||
|           default: 'v--modal', | ||||
|         }, | ||||
|         width: { | ||||
|           type: Number, | ||||
| @@ -71,6 +75,14 @@ export default { | ||||
|         minHeight: { | ||||
|           type: Number, | ||||
|           default: 0 | ||||
|         }, | ||||
|         pivotX: { | ||||
|           type: Number, | ||||
|           default: 0.5 | ||||
|         }, | ||||
|         pivotY: { | ||||
|           type: Number, | ||||
|           default: 0.5 | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user