From f7562e00c193a27d3bb6e5dbbf7b707d090ae06e Mon Sep 17 00:00:00 2001 From: LouisLam Date: Wed, 8 Sep 2021 10:25:03 +0800 Subject: [PATCH] improve notification component, no double template --- src/components/NotificationDialog.vue | 2 +- src/components/notifications/Telegram.vue | 62 +++++++++++------------ 2 files changed, 31 insertions(+), 33 deletions(-) diff --git a/src/components/NotificationDialog.vue b/src/components/NotificationDialog.vue index 8a05d66ef..ebc8eec35 100644 --- a/src/components/NotificationDialog.vue +++ b/src/components/NotificationDialog.vue @@ -37,7 +37,7 @@ - + diff --git a/src/components/notifications/Telegram.vue b/src/components/notifications/Telegram.vue index 537b7fd34..9be1e004f 100644 --- a/src/components/notifications/Telegram.vue +++ b/src/components/notifications/Telegram.vue @@ -1,42 +1,40 @@