mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-10 00:14:09 +02:00
wip
This commit is contained in:
@@ -165,7 +165,7 @@ export default defineComponent({
|
||||
id: notification.id
|
||||
});
|
||||
|
||||
this.$root.new(await import('./components/toast.vue').then(m => m.default), {
|
||||
this.$root.new(await import('./components/toast.vue'), {
|
||||
notification
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user