指南
链接
核心
插件
主题
带控件的 setTimeout 封装。
setTimeout
¥Wrapper for setTimeout with controls.
源代码playground (beta)
Please wait for 3 seconds
¥Usage
import { useTimeoutFn } from '@vueuse/core' const { isPending, start, stop } = useTimeoutFn(() => { /* ... */ }, 3000)