Application based on Gau's page code, Digital Clock with Vue.js
https://codepen.io/gau/pen/LjQwGp
The original design was done in VUE 2 + Option API.
The current codification is based on the VUE 3 + Composition API, with some adjustments made to the values calculation process, always prioritizing the component's code clarity and didactic codification.
You can use it and modify it freely. A mention would be appreciated.
You can see a demostration of how the component works at: https://vorodev.com/digital-clock-with-vue/
npm installnpm run devnpm run build