mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(@vant/use): reset method param should be optional
This commit is contained in:
parent
a236004288
commit
6d483a8da5
@ -121,7 +121,7 @@ export function useCountDown(options: UseCountDownOptions) {
|
||||
}
|
||||
};
|
||||
|
||||
const reset = (totalTime: number) => {
|
||||
const reset = (totalTime: number = options.time) => {
|
||||
pause();
|
||||
remain.value = totalTime;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user