Confirm Dialog: allow changing the button text
This commit is contained in:
		
							parent
							
								
									659d83b13c
								
							
						
					
					
						commit
						642a711bcd
					
				
					 2 changed files with 13 additions and 2 deletions
				
			
		|  | @ -16,3 +16,6 @@ indent_size = 2 | |||
| 
 | ||||
| [*.yml] | ||||
| indent_size = 2 | ||||
| 
 | ||||
| [*.vue] | ||||
| trim_trailing_whitespace = false | ||||
|  |  | |||
|  | @ -13,10 +13,10 @@ | |||
|                 </div> | ||||
|                 <div class="modal-footer"> | ||||
|                     <button type="button" class="btn" :class="btnStyle" data-bs-dismiss="modal" @click="yes"> | ||||
|                         Yes | ||||
|                         {{ yesText }} | ||||
|                     </button> | ||||
|                     <button type="button" class="btn btn-secondary" data-bs-dismiss="modal"> | ||||
|                         No | ||||
|                         {{ noText }} | ||||
|                     </button> | ||||
|                 </div> | ||||
|             </div> | ||||
|  | @ -33,6 +33,14 @@ export default { | |||
|             type: String, | ||||
|             default: "btn-primary", | ||||
|         }, | ||||
|         yesText: { | ||||
|             type: String, | ||||
|             default: "Yes", | ||||
|         }, | ||||
|         noText: { | ||||
|             type: String, | ||||
|             default: "No", | ||||
|         }, | ||||
|     }, | ||||
|     data: () => ({ | ||||
|         modal: null, | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue