mirror of
				https://github.com/KevinMidboe/vue-js-modal.git
				synced 2025-10-29 18:00:20 +00:00 
			
		
		
		
	Use type="button" for buttons on dialog
This commit is contained in:
		| @@ -27,6 +27,7 @@ | ||||
|       <button  | ||||
|         v-for="(button, i) in buttons" | ||||
|         :class="button.class || 'vue-dialog-button'" | ||||
|         type="button" | ||||
|         :style="buttonStyle" | ||||
|         :key="i" | ||||
|         v-html="button.title" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user