fengyuanchen / vue-countdown

Countdown component for Vue.js.
https://fengyuanchen.github.io/vue-countdown/
MIT License
691 stars 89 forks source link

How to show only hours ? #78

Closed arieltoledo closed 2 years ago

arieltoledo commented 2 years ago

Hi, great plugin ! Is anyway I can show only hours left ? if its 2 days, show 48h instead of 1d - 24h

fengyuanchen commented 2 years ago

You can customize it by scoped slot: {{ slotProps.days * 12 + slotProps.hours }} hours.

arieltoledo commented 2 years ago

@fengyuanchen Great thanks ! My bad didn't realize .