Skip to content
Gauss
Search
K
Main Navigation
文档
Gauss Boot
Gauss 前端文档
在线演示
后台管理应用模板
移动端应用模板
组件库
@hamlet/web
@hamlet/app
@hamlet/super-form
生态
规范
@gauss/directives
@gauss/vueuse
@gauss/utils
eslint-config-gauss
stylelint-config-gauss
插件
资源
Appearance
Menu
Return to top
On this page
Table of Contents for current page
v-debounce
防抖,函数从上一次被调用后,延迟 wait 毫秒后执行方法。
期望的绑定值类型:
function
参数:
v-debounce:[wait]
,延迟 wait 毫秒执行
代码演示
基础用法