Since 3204 Days Ago
入坑指南
安装使用
定制
开发
vux-loader
贡献
Css
Directives
Toolkit
DataDisplay
Chart
Feedback
Navigation
Data Display
Form
Layout
Basic
Deprecated
请注意了解 debounce 和 throttle 的区别。如果尚不清楚,请google之。
debounce
throttle
google
import { debounce } from 'vux' debounce(func, [wait=0], [options={}])
详细文档
import { throttle } from 'vux' throttle(func, [wait=0], [options={}])