From c6fe2961fafe1e5ac17553a10b05dd7e483dcfcf Mon Sep 17 00:00:00 2001 From: Anshul Mishra Date: Wed, 28 Jul 2021 04:44:28 +0000 Subject: [PATCH] Update src/views/Dashboard.vue --- src/views/Dashboard.vue | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 950154b..8fde27e 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -117,9 +117,8 @@ - - - + + - - + + - + - + - + - + @@ -568,7 +567,7 @@ export default { if ((new Date()).getYear() - 1 === (new Date(applicant.time).getYear())){ stats.lastYear[(new Date(applicant.time)).getMonth()] += 1 } - + }) }) return { @@ -611,7 +610,7 @@ export default { } ], } - + } }, created() {