chore(CountDown): use tsx

This commit is contained in:
chenjiahan 2020-10-09 19:54:43 +08:00
parent a334bb45e6
commit 861a77ce44

View File

@ -45,6 +45,7 @@ export default createComponent({
const resetTime = () => {
reset(+props.time);
if (props.autoStart) {
start();
}