useTimeoutFn

useTimeoutFn

コントロール付きの setTimeout のラッパー。

使用法

import { useTimeoutFn } from '@vueuse/core'

const { isPending, start, stop } = useTimeoutFn(() => {
  /* ... */
}, 3000)