前端防抖(防止重复提交)解决方案。 支持两种防抖模式:
安装依赖
npm i @zhoujianhui/ultra-debounce
此时就可以使用 “debounce” 和 “axiosDebouncer” 实现显式和隐式防抖。