feat(client): improve toast component and show welcome message
This commit is contained in:
@ -34,7 +34,7 @@ export default defineComponent({
|
||||
id: notification.id
|
||||
});
|
||||
|
||||
popup(import('@/components/toast.vue'), {
|
||||
popup(import('@/components/notification-toast.vue'), {
|
||||
notification
|
||||
}, {}, 'closed');
|
||||
}
|
||||
|
Reference in New Issue
Block a user