vue-requests
vue-requests copied to clipboard
Countdown timer
Essentially looking for a VueJS or VueJS compatible equivalent to http://keith-wood.name/countdown.html
Assuming both of these are 2.0.
- https://github.com/vuejs/vue/issues/2099
- VueJS 1.0 - https://github.com/fareez-ahamed/countdown-vuejs
- VueJS 2.0 - (Pull Request) - https://github.com/fareez-ahamed/countdown-vuejs/pull/1/commits/6f4374b36b34588f41a79e79a5cccfe6fc839251
The first link goes to a tech demo (it's pretty barebones), the second one I have not gotten to work yet. I assume this may require some manual {compile:fn(){...}}
work due to how the reactivity is against now
rather than plain data.
I haven't found a solution I'm happy with yet.
https://github.com/fareez-ahamed/countdown-vuejs looks like is for vue 1
this is relatively simple to implement tho, would you like to make one?
Looks like there was a PR recently, I guess there's nothing to do then. I'd at least like to wait for https://github.com/fareez-ahamed/countdown-vuejs/pull/1/ to be accepted before closing this.
It has been done guys. Compatible with VUE 2, ES6, ES Lint errors free. Check it here: https://github.com/vuejs/vue-requests/issues/28
@dodanex so why do you open a new issue? it should be published to npm instead if you want others to use.