Refactor AccountSettingNotification.vue, AccountSettingRule.vue, and AccountSettingSystem.vue

Remove unused event listeners and save functions in various components.
This commit is contained in:
jxxghp
2024-09-23 08:07:20 +08:00
parent d41b6ca459
commit 9d7e52c25e
3 changed files with 0 additions and 5 deletions

View File

@@ -148,7 +148,6 @@ onMounted(() => {
<NotificationChannelCard
:notification="element"
@close="removeNotification(element)"
@done="saveNotificationSetting"
/>
</template>
</draggable>