1.0.3 • Published 6 years ago

code-count-down v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

CountDown

倒计时的组件

let countDown = new CountDown('发送验证码');
countDown.subscribe(iterator => {
    console.log(iterator);
});
countDown.start(60, 0, 1);
1.0.3

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago