fengyuanchen / vue-countdown

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

Add class for tag #58

Closed binhluong2012 closed 4 years ago

binhluong2012 commented 4 years ago

Hello, how can i add class for tag prop?

fengyuanchen commented 4 years ago
<countdown class="my-custom-class">
  ...
</countdown>