chore: format code

This commit is contained in:
vben
2021-08-24 22:41:48 +08:00
parent 2884e863ce
commit 56a966cfbf
148 changed files with 259 additions and 250 deletions

View File

@@ -16,7 +16,7 @@ export function useTimeoutFn(handle: Fn<any>, wait: number, native = false) {
(maturity) => {
maturity && handle();
},
{ immediate: false }
{ immediate: false },
);
}
return { readyRef, stop, start };