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