vue2-countdown
vue2-countdown copied to clipboard
currentTime没有效果
每次都是直接显示结束时间和开始时间的差,无论currentTime传什么,都没有效果
第135-137行改成如下:
setTimeout(() => {
this.runTime(this.end, this.current, this.end_message, true)
}, 1);
2018年的提问,能否更新一下版本。