// run new Vue({ el: '#app', data: { habits: [ { day: '01', streak: 1, time: '2025-10-27 07:51' } ] } })