请注意了解 debounce 和 throttle 的区别。如果尚不清楚,请google之。
debounce
throttle
google
import { debounce } from 'vux' debounce(func, [wait=0], [options={}])
详细文档
import { throttle } from 'vux' throttle(func, [wait=0], [options={}])