1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-10 00:14:09 +02:00
This commit is contained in:
syuilo
2020-09-05 01:27:02 +09:00
parent 1a7a07cb1a
commit c49e5a80be
23 changed files with 42 additions and 42 deletions

View File

@@ -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
});
}