# starry **Repository Path**: leng-yangwei/starry ## Basic Information - **Project Name**: starry - **Description**: 解决大括号乱码 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-19 - **Last Updated**: 2024-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 事件节流自定义指令 1. `v-throttle:时间.事件="函数 || 函数名"` 2. `v-throttle:时间.事件="() => 函数名(形参)"` 3. 默认事件:`click` #### 节流函数使用 1. `import { throttle } from "@/services/utils/throttle";` 2. `const 函数名 = throttle(()=>{函数逻辑},500)`