会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
James的博客园
博客园
首页
新随笔
联系
管理
2020年11月18日
vue中防止用户在短时间内频繁多次点击按钮
摘要: 除了防抖 节流外 点这里 vue中用指令的形式 export default { install (Vue) { // 防止重复点击 Vue.directive('preventReClick', { inserted (el, binding) { console.log("binding-7",
阅读全文
posted @ 2020-11-18 15:50 James2019
阅读(5967)
评论(0)
推荐(0)
编辑
公告