Appearance
import { useDebounce } from 'velo-kit' const clickEvent = useDebounce(() => { // ... }, delay) // 300毫秒内只会执行一次