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
|
@ -34,7 +34,7 @@ export default defineComponent({
|
|||
id: notification.id
|
||||
});
|
||||
|
||||
popup(import('@/components/toast.vue'), {
|
||||
popup(import('@/components/notification-toast.vue'), {
|
||||
notification
|
||||
}, {}, 'closed');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue