This commit is contained in:
syuilo
2023-05-27 11:38:08 +09:00
parent a879607479
commit 11d22c7b73
6 changed files with 6 additions and 204 deletions

View File

@@ -172,12 +172,6 @@ export function pageWindow(path: string) {
}, {}, 'closed');
}
export function modalPageWindow(path: string) {
popup(defineAsyncComponent(() => import('@/components/MkModalPageWindow.vue')), {
initialPath: path,
}, {}, 'closed');
}
export function toast(message: string) {
popup(MkToast, {
message,