This commit is contained in:
syuilo
2020-09-07 14:19:53 +09:00
parent 02701d852d
commit cd79314f69
38 changed files with 240 additions and 317 deletions

View File

@@ -335,7 +335,7 @@ export default defineComponent({
id: notification.id
});
os.popup(await import('@/components/toast.vue'), {
os.modal(await import('@/components/toast.vue'), {
notification
});
}