feat(client): メニューからページをリロードできるように
This commit is contained in:
		
							parent
							
								
									972b03f842
								
							
						
					
					
						commit
						7dd9f93efb
					
				
					 2 changed files with 8 additions and 0 deletions
				
			
		|  | @ -164,4 +164,11 @@ export const menuDef = reactive({ | |||
| 			}], ev.currentTarget ?? ev.target); | ||||
| 		}, | ||||
| 	}, | ||||
| 	reload: { | ||||
| 		title: 'reload', | ||||
| 		icon: 'fas fa-refresh', | ||||
| 		action: (ev) => { | ||||
| 			location.reload(); | ||||
| 		}, | ||||
| 	}, | ||||
| }); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue