feat(client): improve toast component and show welcome message
This commit is contained in:
parent
f9e3fd7001
commit
d6e85ffb59
6 changed files with 126 additions and 40 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue