1.0.3 • Published 4 years ago

code-count-down v1.0.3

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

CountDown

倒计时的组件

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

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago