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