From b3aeda65bd93fecea59198460bd0a90e6218cdbb Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 14 Mar 2025 18:13:33 +0700 Subject: [PATCH] move map last page --- src/views/HomeView.vue | 788 +++++++++++++++++++++-------------------- 1 file changed, 407 insertions(+), 381 deletions(-) diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 7ab94df..935dd5b 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -59,8 +59,8 @@ function updateClock() { const hh = moment(date).format('HH') const mm = moment(date).format('mm') const ss = moment(date).format('ss') - const HH = moment(date).format('hh'); - const A = moment(date).format('a'); + const HH = moment(date).format('hh') + const A = moment(date).format('a') formattedS.value = ss formattedM.value = mm @@ -325,134 +325,142 @@ onMounted(async () => {