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