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