feat(client): メニューからページをリロードできるように
This commit is contained in:
@ -164,4 +164,11 @@ export const menuDef = reactive({
|
||||
}], ev.currentTarget ?? ev.target);
|
||||
},
|
||||
},
|
||||
reload: {
|
||||
title: 'reload',
|
||||
icon: 'fas fa-refresh',
|
||||
action: (ev) => {
|
||||
location.reload();
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user