debounce

请注意了解 debouncethrottle 的区别。如果尚不清楚,请google之。

  1. import { debounce } from 'vux'
  2. debounce(func, [wait=0], [options={}])

详细文档

throttle

  1. import { throttle } from 'vux'
  2. throttle(func, [wait=0], [options={}])

详细文档