1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-23 09:52:57 +08:00

chore(CountDown): use tsx

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

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