Zulko / eagle.js

A hackable slideshow framework built with Vue.js
https://zulko.github.io/eaglejs-demo/
ISC License
4.08k stars 222 forks source link

fix for issue #16, #17 and some syntax errors #26

Closed yaodingyd closed 6 years ago

yaodingyd commented 6 years ago
  1. 16 : Rename computed active and add a watcher for it.

  2. 17 : Slide would render an empty div instead of nothing for initial handleResize.

  3. Fix some syntax error in Timer component.
  4. Fix setInterval returned value's name in Slideshow
Zulko commented 6 years ago

Thanks !