mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
chore(CountDown): use tsx
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
Reference in New Issue
Block a user