Skip to content

useIntervalFn

类别
导出大小
375 B
最近修改
2 days ago

setInterval 的带控件封装器

🌐 Wrapper for setInterval with controls

示例

Hello

interval:

用法

🌐 Usage

ts
import { 
useIntervalFn
} from '@vueuse/core'
const {
pause
,
resume
,
isActive
} =
useIntervalFn
(() => {
/* your function */ }, 1000)