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 () => {