Move default setting to child component

This commit is contained in:
zsxeee
2021-09-19 18:05:22 +08:00
parent 2fb3c40307
commit ffbc25722d
3 changed files with 10 additions and 2 deletions

View File

@@ -150,8 +150,6 @@ export default {
// Set Default value here
this.notification.type = this.notificationTypes[0];
this.notification.gotifyPriority = 8;
this.notification.smtpSecure = false;
}
this.modal.show()