vue中 loadsh的debounce的应用

1.安装  npm i --save lodash 

2.引入  import { debounce } from 'lodash'

3.使用  

 handleDefine: debounce(function(params) {

      this.projectAdd()
    }, 3000),
 
posted @ 2023-03-30 13:26  博客天天写  阅读(138)  评论(0编辑  收藏  举报