KeremKoksal

Results 2 comments of KeremKoksal

Why don't you just use the time picker. https://vuetifyjs.com/en/components/time-pickers

I had the same problem with [primevue](https://github.com/primefaces/primevue) and [vitesse](https://github.com/antfu/vitesse) Vitesse also uses vite-ssg. Setting format to `cjs` in ssgOptions fixed my issue. vite.config.ts: ``` ... ssgOptions: { script: 'async', formatting:...