feat: detect unsave and confirmation
This commit is contained in:
parent
64a9df2613
commit
71d8b8b06c
5 changed files with 115 additions and 10 deletions
|
|
@ -167,6 +167,7 @@ const useUtilsStore = defineStore('utilsStore', () => {
|
|||
title: string;
|
||||
path: {
|
||||
text: string;
|
||||
i18n?: boolean;
|
||||
argsi18n?: Record<string, string>;
|
||||
handler?: () => unknown;
|
||||
}[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue