debounce

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

import { debounce } from 'vux'

debounce(func, [wait=0], [options={}])

详细文档

throttle

import { throttle } from 'vux'

throttle(func, [wait=0], [options={}])

详细文档