mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-23 18:00:27 +08:00
chore(CountDown): use tsx
This commit is contained in:
parent
a334bb45e6
commit
861a77ce44
@ -45,6 +45,7 @@ export default createComponent({
|
|||||||
|
|
||||||
const resetTime = () => {
|
const resetTime = () => {
|
||||||
reset(+props.time);
|
reset(+props.time);
|
||||||
|
|
||||||
if (props.autoStart) {
|
if (props.autoStart) {
|
||||||
start();
|
start();
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user