Skip to content

Commit

Permalink
doc: 更改文案
Browse files Browse the repository at this point in the history
  • Loading branch information
crazylxr authored and brickspert committed Jul 19, 2021
1 parent a8e0f85 commit 02619f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/hooks/src/useDebounce/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ const debouncedValue = useDebounce(
| wait | 超时时间,单位为毫秒 | `number` | `1000` |
| leading | 是否在延迟开始前调用函数 | `boolean` | `false` |
| trailing | 是否在延迟开始后调用函数 | `boolean` | `true` |
| maxWait | 函数调用允许延迟的最长时间 | `() => void` | - |
1 change: 0 additions & 1 deletion packages/hooks/src/useThrottleFn/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const {
| wait | 超时时间,单位为毫秒 | `number` | `1000` |
| leading | 是否在延迟开始前调用函数 | `boolean` | `true` |
| trailing | 是否在延迟开始后调用函数 | `boolean` | `true` |
| maxWait | 函数调用允许延迟的最长时间 | `() => void` | - |

### Result

Expand Down

0 comments on commit 02619f9

Please sign in to comment.