vue-ebg-utils
v1.0.2
Published
vue-ebg-utils
Downloads
3
Readme
vue-plugin
vue-ebg-utils
Build Setup
# 安装
npm install vue-ebg-utils --save
#vue项目 main.js引入
import vueUtils from 'vue-ebg-utils';
vue.use(vueUtils);
# 插件工具列表
防抖 this.$debounce(fn, delay=500) 默认500毫秒
节流 v-throttle="500" this.$throttle(fn, delay=500) 默认500毫秒
无