feat(client): improve toast component and show welcome message

This commit is contained in:
syuilo
2021-12-18 14:55:53 +09:00
parent f9e3fd7001
commit d6e85ffb59
6 changed files with 126 additions and 40 deletions

View File

@@ -221,7 +221,9 @@ export function modalPageWindow(path: string) {
}
export function toast(message: string) {
// TODO
popup(import('@/components/toast.vue'), {
message
}, {}, 'closed');
}
export function alert(props: {