Skip to content

Commit

Permalink
doc: fix typography problem
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-ax authored Dec 16, 2024
1 parent c7bb04c commit e49391f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The usage and effect of all debounce property are the same as [lodash.debounce](
| Property | Description | Type | Default Value |
| ---------------- | ---------------------------------------------------------------------------- | --------- | ------------- |
| debounceWait | Debounce delay time, in milliseconds. After setting, enter the debounce mode | `number` | - |
| debounceLeading | Execute the request before the delay starts ` | `boolean` | `false` |
| debounceLeading | Execute the request before the delay starts | `boolean` | `false` |
| debounceTrailing | Execute the request after the delay ends | `boolean` | `true` |
| debounceMaxWait | The maximum time request is allowed to be delayed before it’s executed | `number` | - |

Expand Down

0 comments on commit e49391f

Please sign in to comment.