From a43ea5a5c608cd6a8582fcc6041fb58bb014de19 Mon Sep 17 00:00:00 2001 From: "raymond.chen" Date: Wed, 15 Jun 2022 09:46:46 +0800 Subject: [PATCH] fix:remove reloadTimer getter --- src/store/modules/app.ts | 3 --- src/views/Settings.vue | 10 +++++----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/store/modules/app.ts b/src/store/modules/app.ts index 6f1be0a5..4fd8fe82 100644 --- a/src/store/modules/app.ts +++ b/src/store/modules/app.ts @@ -57,9 +57,6 @@ export const appStore = defineStore({ reloadTimer: null, }), getters: { - _reloadTimer(): any { - return this.reloadTimer; - }, duration(): Duration { return { start: getLocalTime(this.utc, this.durationRow.start), diff --git a/src/views/Settings.vue b/src/views/Settings.vue index 366631e2..49a17d07 100644 --- a/src/views/Settings.vue +++ b/src/views/Settings.vue @@ -69,7 +69,7 @@ limitations under the License. -->