feat: detect unsave and confirmation

This commit is contained in:
Methapon2001 2024-08-06 09:22:45 +07:00
parent 64a9df2613
commit 71d8b8b06c
5 changed files with 115 additions and 10 deletions

View file

@ -167,6 +167,7 @@ const useUtilsStore = defineStore('utilsStore', () => {
title: string;
path: {
text: string;
i18n?: boolean;
argsi18n?: Record<string, string>;
handler?: () => unknown;
}[];