From d3c13a37b25ae2a838ec7336c477d4503e516f68 Mon Sep 17 00:00:00 2001 From: stingl Date: Tue, 21 Dec 2021 11:48:20 +0100 Subject: [PATCH] fix with method; --- src/views/History.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/History.vue b/src/views/History.vue index e71b09e..a44c108 100644 --- a/src/views/History.vue +++ b/src/views/History.vue @@ -14,7 +14,7 @@
- {{ moment(customDateForPastDays).format('dddd') }} + {{ showWeekday(customDateForPastDays) }}